TUN-5833: Create constant for allow-remote-config
This commit is contained in:
parent
5352b3cf04
commit
a50c0ca9ad
|
@ -32,6 +32,7 @@ const (
|
||||||
dialTimeout = 15 * time.Second
|
dialTimeout = 15 * time.Second
|
||||||
FeatureSerializedHeaders = "serialized_headers"
|
FeatureSerializedHeaders = "serialized_headers"
|
||||||
FeatureQuickReconnects = "quick_reconnects"
|
FeatureQuickReconnects = "quick_reconnects"
|
||||||
|
FeatureAllowRemoteConfig = "allow_remote_config"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TunnelConfig struct {
|
type TunnelConfig struct {
|
||||||
|
|
Loading…
Reference in New Issue