mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-05 09:00:23 +08:00
If it cannot determine the correct interface IP, it will fallback to all interfaces. This commit also introduces the icmpv4-src and icmpv6-src flags
11 lines
153 B
Python
11 lines
153 B
Python
METRICS_PORT = 51000
|
|
MAX_RETRIES = 5
|
|
BACKOFF_SECS = 7
|
|
MAX_LOG_LINES = 50
|
|
|
|
PROXY_DNS_PORT = 9053
|
|
|
|
|
|
def protocols():
|
|
return ["h2mux", "http2", "quic"]
|