Update DNS servers
This commit is contained in:
parent
145c5051cc
commit
11ae2aa1af
|
@ -82,7 +82,7 @@ in {
|
||||||
# DNS server with ad-block
|
# DNS server with ad-block
|
||||||
services.dnsmasq = {
|
services.dnsmasq = {
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = [ "176.9.37.132" "116.203.147.31" ];
|
servers = [ "198.100.148.224" "94.16.114.254" ];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
domain-needed
|
domain-needed
|
||||||
bogus-priv
|
bogus-priv
|
||||||
|
|
Loading…
Reference in New Issue