1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-05 09:00:23 +08:00

TUN-5833: Create constant for allow-remote-config

This commit is contained in:
João Oliveirinha
2022-03-10 10:48:03 +00:00
parent 5352b3cf04
commit a50c0ca9ad

View File

@@ -32,6 +32,7 @@ const (
dialTimeout = 15 * time.Second
FeatureSerializedHeaders = "serialized_headers"
FeatureQuickReconnects = "quick_reconnects"
FeatureAllowRemoteConfig = "allow_remote_config"
)
type TunnelConfig struct {