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