This commit is contained in:
Lyn 2024-11-09 21:04:28 +01:00
parent 4e78dd2fae
commit aac3d39b02

View file

@ -37,7 +37,7 @@
];
# Use encrypted Quad9 DNS
nameservers = [ "127.0.0.1" "::1" ];
networking.nameservers = [ "127.0.0.1" "::1" ];
services.dnscrypt-proxy2 = {
enable = true;
settings = {
@ -54,7 +54,7 @@
};
# You can choose a specific set of servers from https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v3/public-resolvers.md
server_names = [ 'quad9-dnscrypt-ip4-nofilter-pri', 'quad9-dnscrypt-ip6-nofilter-pri'];
server_names = ["quad9-dnscrypt-ip4-nofilter-pri" "quad9-dnscrypt-ip6-nofilter-pri"];
};
};