docs(example): remove duplicate fallback resolver (#830)

This commit is contained in:
wano
2025-05-30 19:19:48 +08:00
committed by GitHub
parent 1d8f09e6d7
commit 7152934166

View File

@ -64,9 +64,6 @@ global {
# Group will switch node only when new_latency <= old_latency - tolerance.
check_tolerance: 50ms
# Specify a fallback DNS resolver to be used when DNS resolution using resolv.conf fails.
# This ensures DNS resolution continues to work even when the system's default DNS servers are unavailable or not responding properly.
fallback_resolver: '8.8.8.8:53'
##### Connecting options.