fix random dnscrypt timeouts
This commit is contained in:
parent
af3633a1fa
commit
090fc917fb
@ -39,7 +39,8 @@
|
|||||||
{ name = "tls"; host = "localhost"; port= "443"; }
|
{ name = "tls"; host = "localhost"; port= "443"; }
|
||||||
# Send DNSCrypt to dnscrypt-wrapper (TCP or UDP)
|
# Send DNSCrypt to dnscrypt-wrapper (TCP or UDP)
|
||||||
{ name = "anyprot"; host = "localhost"; port = "5353"; }
|
{ 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; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user