mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-11 00:09:18 +07:00
feat: support independent tcp4, tcp6, udp4, udp6 connectivity check
This commit is contained in:
@ -6,7 +6,9 @@ global {
|
||||
log_level: info
|
||||
|
||||
# Node connectivity check.
|
||||
tcp_check_url: 'https://connectivitycheck.gstatic.com/generate_204'
|
||||
# Url and dns should have both IPv4 and IPv6.
|
||||
tcp_check_url: 'http://cp.cloudflare.com'
|
||||
udp_check_dns: 'cloudflare-dns.com:53'
|
||||
check_interval: 30s
|
||||
|
||||
# Now only support udp://IP:Port. Empty value '' indicates as-is.
|
||||
|
Reference in New Issue
Block a user