Fix dnscrypt config
This commit is contained in:
parent
c539d4ce5c
commit
2f728dba86
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
nameservers = [ "127.0.0.1" "::1" ];
|
||||
resolvconf.useLocalResolver = true;
|
||||
# If using NetworkManager:
|
||||
# networkmanager.dns = "none";
|
||||
# networkmanager.dns = "none";
|
||||
};
|
||||
services.dnscrypt-proxy2 = {
|
||||
enable = true;
|
||||
|
@ -26,4 +26,8 @@
|
|||
enable = true;
|
||||
bindInterface = false;
|
||||
};
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue