From f915b47a9a39b7cf153907c63bea1e22515a3286 Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Wed, 29 Mar 2023 00:24:58 +0800 Subject: [PATCH] patch: provide alternative tcp healthcheck url (#46) --- example.dae | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.dae b/example.dae index 680b983..7722601 100644 --- a/example.dae +++ b/example.dae @@ -9,7 +9,8 @@ global { # Node connectivity check. # 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. - 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 # TCP DNS connectivity of nodes.