unbound: revert timeout tuning that broke TLS forwarding
The tcp-reuse-timeout=15 and infra-host-ttl=120 changes from 5c111c8
caused unbound to fail resolving external domains via DNS-over-TLS.
Reverting to defaults (tcp-reuse-timeout=60, infra-host-ttl=900).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -38,12 +38,6 @@
|
||||
do-udp = "yes";
|
||||
do-tcp = "yes";
|
||||
extended-statistics = true;
|
||||
|
||||
# Recover faster from upstream failures (e.g. ISP outage)
|
||||
# Default 900s is too long - keeps marking servers as bad
|
||||
infra-host-ttl = 120;
|
||||
# Clean up stale TLS connections faster (default 60s)
|
||||
tcp-reuse-timeout = 15;
|
||||
};
|
||||
remote-control = {
|
||||
control-enable = true;
|
||||
|
||||
Reference in New Issue
Block a user