We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5352b3c commit a50c0caCopy full SHA for a50c0ca
supervisor/tunnel.go
@@ -32,6 +32,7 @@ const (
32
dialTimeout = 15 * time.Second
33
FeatureSerializedHeaders = "serialized_headers"
34
FeatureQuickReconnects = "quick_reconnects"
35
+ FeatureAllowRemoteConfig = "allow_remote_config"
36
)
37
38
type TunnelConfig struct {
0 commit comments