patch: provide alternative tcp healthcheck url (#46)

This commit is contained in:
Kevin Yu
2023-03-29 00:24:58 +08:00
committed by GitHub
parent d85e7080fe
commit f915b47a9a

View File

@ -9,7 +9,8 @@ global {
# Node connectivity check. # Node connectivity check.
# Host of URL should have both IPv4 and IPv6 if you have double stack in local. # Host of URL should have both IPv4 and IPv6 if you have double stack in local.
# Considering traffic consumption, it is recommended to choose a site with anycast IP and less response. # Considering traffic consumption, it is recommended to choose a site with anycast IP and less response.
tcp_check_url: 'http://keep-alv.google.com/generate_204' # tcp_check_url: 'http://keep-alv.google.com/generate_204'
tcp_check_url: 'http://gstatic.com/generate_204'
# This DNS will be used to check UDP connectivity of nodes. And if dns_upstream below contains tcp, it also be used to check # 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. # TCP DNS connectivity of nodes.