Files
cloudflared/component-tests/constants.py
2023-04-21 10:14:03 -07:00

12 lines
195 B
Python

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