mirror of
https://github.com/cloudflare/cloudflared
synced 2026-06-08 13:33:07 +00:00
be0305ec58
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"]
|