Update DNS servers
This commit is contained in:
parent
9a1e015a2d
commit
0153e4f759
|
@ -79,7 +79,7 @@ in {
|
||||||
# DNS server with ad-block
|
# DNS server with ad-block
|
||||||
services.dnsmasq = {
|
services.dnsmasq = {
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = [ "198.100.148.224" "94.16.114.254" ];
|
servers = [ "94.16.114.254" "165.22.224.164" ];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
domain-needed
|
domain-needed
|
||||||
bogus-priv
|
bogus-priv
|
||||||
|
|
Loading…
Reference in New Issue