Compare commits

...

2 commits

Author SHA1 Message Date
Bad
396eef3e3e Enable dnscrypt ipv6 support 2022-09-09 17:44:17 +02:00
Bad
a09c622d71 Update flake.lock 2022-09-09 17:43:17 +02:00
2 changed files with 4 additions and 4 deletions

View file

@ -431,11 +431,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1662458987,
"narHash": "sha256-hcDwRlsXZMp2Er3vQk1JEUZWhBPLVC9vTT4xHvhpcE0=",
"lastModified": 1662714967,
"narHash": "sha256-IOTq5tAGGmBFj7tQbkcyLE261JUeTUucEE3p0WLZ4qM=",
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "504b32caf83986b7e6b9c79c1c13008f83290f19",
"rev": "1fec8fda86dac5701146c77d5f8a414b14ed1ff6",
"type": "github"
},
"original": {

View file

@ -10,7 +10,7 @@
services.dnscrypt-proxy2 = {
enable = true;
settings = {
ipv6_servers = false;
ipv6_servers = true;
require_dnssec = true;
cloaking_rules = ./cloaking_rules;