From 02c0984a3f2061eb3fb24b27c920e4f5889973bb Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 19 Feb 2024 00:54:28 +0000 Subject: [PATCH] dns: do not overlap with avahi (sunshine). switch to port 5354 for dnscrypt-proxy2 --- hosts/architect/dns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;