cloudflare/cloudflared

Public

mirrored from https://github.com/cloudflare/cloudflaredAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2026.1.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

component-tests/constants.py

11lines · modeblame

f23e33c0cthuang5 years ago1METRICS_PORT = 51000
9df60276cthuang5 years ago2MAX_RETRIES = 5
3BACKOFF_SECS = 7
be0305eccthuang3 years ago4MAX_LOG_LINES = 50
1e8dea91Nuno Diegues4 years ago5
6PROXY_DNS_PORT = 9053
ee5e447dDevin Carr3 years ago7MANAGEMENT_HOST_NAME = "management.argotunnel.com"
a6faa0c3Nuno Diegues4 years ago8
9
10def protocols():
93f8f6b5Devin Carr3 years ago11return ["http2", "quic"]