chore: replace default tcp check url to decrease traffic consumption

This commit is contained in:
mzz2017
2023-02-13 17:09:15 +08:00
parent 11f8683d8f
commit 79423f7ff1
4 changed files with 6 additions and 5 deletions

View File

@ -8,7 +8,8 @@ global {
# Node connectivity check.
# Host of URL should have both IPv4 and IPv6 if you have double stack in local.
tcp_check_url: 'http://cp.cloudflare.com'
# Considering traffic consumption, it is recommended to choose a site with less response.
tcp_check_url: 'http://captive.apple.com'
# This DNS will be used to check UDP connectivity of nodes. And if dns_upstream below contains tcp, it also be used to check
# TCP DNS connectivity of nodes.