Skip to content
This repository was archived by the owner on May 28, 2022. It is now read-only.

Commit a50c0ca

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)