fix: tpyo
This commit is contained in:
parent
256dd9c206
commit
908f866b8a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
require_dnssec = true;
|
require_dnssec = true;
|
||||||
forwarding_rules = config.sops.secrets."system/networking/dnscrypt-proxy2/forwarding-rules".path;
|
forwarding_rules = config.sops.secrets."system/networking/dnscrypt-proxy2/forwarding-rules".path;
|
||||||
listen_addresses = [ "0.0.0 .0:53" ];
|
listen_addresses = [ "0.0.0.0:53" ];
|
||||||
server_names = [ "NextDNS" ];
|
server_names = [ "NextDNS" ];
|
||||||
|
|
||||||
static = {
|
static = {
|
||||||
|
|
Reference in a new issue