fix random dnscrypt timeouts

This commit is contained in:
Michele Guerini Rocco 2024-05-05 18:31:57 +02:00
parent af3633a1fa
commit 090fc917fb
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -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; }
];
};