diff --git a/alfis.toml b/alfis.toml index 61025bd..9de947b 100644 --- a/alfis.toml +++ b/alfis.toml @@ -30,7 +30,7 @@ forwarders = ["https://dns.adguard.com/dns-query"] #forwarders = ["1.1.1.1:53", "1.0.0.1:53"] # Bootstrap DNS-servers to resolve domains of DoH providers -bootstraps = ["9.9.9.9:53", "94.140.14.140:53"] +bootstraps = ["9.9.9.9:53", "94.140.14.14:53"] # Hosts file support (resolve local names or block ads) #hosts = ["system", "adblock.txt"] diff --git a/src/settings.rs b/src/settings.rs index 729529f..755ef68 100644 --- a/src/settings.rs +++ b/src/settings.rs @@ -143,5 +143,5 @@ fn default_key_files() -> Vec { } fn default_dns_bootstraps() -> Vec { - vec![String::from("9.9.9.9:53"), String::from("94.140.14.140:53")] + vec![String::from("9.9.9.9:53"), String::from("94.140.14.14:53")] } \ No newline at end of file