mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 20:46:35 +00: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"]
|