mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-15 18:29:08 +07:00
refactor: rename check_url to tcp_check_url and restrict dns_upstream as udp://ip:port
This commit is contained in:
@ -6,14 +6,14 @@ global {
|
||||
log_level: info
|
||||
|
||||
# Node connectivity check.
|
||||
check_url: 'https://connectivitycheck.gstatic.com/generate_204'
|
||||
tcp_check_url: 'https://connectivitycheck.gstatic.com/generate_204'
|
||||
check_interval: 30s
|
||||
|
||||
# Now only support UDP and format IP:Port. Empty value '' indicates as-is.
|
||||
# Now only support udp://IP:Port. Empty value '' indicates as-is.
|
||||
# Please make sure DNS traffic will go through and be forwarded by dae.
|
||||
# The upstream DNS answer MUST NOT be polluted.
|
||||
# The request to dns upstream follows routing defined below.
|
||||
dns_upstream: '8.8.8.8:53'
|
||||
dns_upstream: 'udp://8.8.8.8:53'
|
||||
|
||||
# The LAN interface to bind. Use it if you only want to proxy LAN instead of localhost.
|
||||
# Multiple interfaces split by ",".
|
||||
|
Reference in New Issue
Block a user