From 89339801212f5f11f8dc33157a6c872a1590f896 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 7 Jun 2019 01:50:03 +0200 Subject: [PATCH] netprobe_timeout=0 doesn't make much sense --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index 25af92ae..b94ff1cf 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -205,7 +205,7 @@ ignore_system_dns = false ## initializing the proxy. ## Useful if the proxy is automatically started at boot, and network ## connectivity is not guaranteed to be immediately available. -## Use 0 to not test for connectivity at all, +## Use 0 to not test for connectivity at all (not recommended), ## and -1 to wait as much as possible. netprobe_timeout = 60