diff --git a/nameserver.nix b/nameserver.nix index 52f9e6c..f369c6d 100644 --- a/nameserver.nix +++ b/nameserver.nix @@ -39,7 +39,8 @@ { name = "tls"; host = "localhost"; port= "443"; } # Send DNSCrypt to dnscrypt-wrapper (TCP or UDP) { name = "anyprot"; host = "localhost"; port = "5353"; } - { name = "anyprot"; host = "localhost"; port = "5353"; is_udp = true; } + { name = "anyprot"; host = "localhost"; port = "5353"; + is_udp = true; udp_timeout = 100; } ]; };