Skip to content

Commit a50c0ca

Browse files
committed
TUN-5833: Create constant for allow-remote-config
1 parent 5352b3c commit a50c0ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

supervisor/tunnel.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const (
3232
dialTimeout = 15 * time.Second
3333
FeatureSerializedHeaders = "serialized_headers"
3434
FeatureQuickReconnects = "quick_reconnects"
35+
FeatureAllowRemoteConfig = "allow_remote_config"
3536
)
3637

3738
type TunnelConfig struct {

0 commit comments

Comments
 (0)