1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-05 17:10:24 +08:00
Files
terasu-cloudflared/component-tests/constants.py
2023-03-09 17:09:21 +00:00

11 lines
144 B
Python

METRICS_PORT = 51000
MAX_RETRIES = 5
BACKOFF_SECS = 7
MAX_LOG_LINES = 50
PROXY_DNS_PORT = 9053
def protocols():
return ["http2", "quic"]