hotfix
This commit is contained in:
parent
4e78dd2fae
commit
aac3d39b02
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use encrypted Quad9 DNS
|
# Use encrypted Quad9 DNS
|
||||||
nameservers = [ "127.0.0.1" "::1" ];
|
networking.nameservers = [ "127.0.0.1" "::1" ];
|
||||||
services.dnscrypt-proxy2 = {
|
services.dnscrypt-proxy2 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
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
|
# 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"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue