diff --git a/hosts/architect/dns.nix b/hosts/architect/dns.nix index 6bc6396..96e0c8b 100644 --- a/hosts/architect/dns.nix +++ b/hosts/architect/dns.nix @@ -63,7 +63,7 @@ in dnscrypt-proxy2 = { enable = true; settings = { - listen_addresses = [ "127.0.0.1:5353" ]; + listen_addresses = [ "127.0.0.1:5354" ]; ipv4_servers = true; ipv6_servers = false; block_ipv6 = true;