mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
update feature gates doc (#4755)
This commit is contained in:
@@ -1283,9 +1283,7 @@ frp supports feature gates to enable or disable experimental features. This allo
|
||||
To enable an experimental feature, add the feature gate to your configuration:
|
||||
|
||||
```toml
|
||||
featureGates = {
|
||||
VirtualNet = true
|
||||
}
|
||||
featureGates = { VirtualNet = true }
|
||||
```
|
||||
|
||||
### Feature Lifecycle
|
||||
|
||||
Reference in New Issue
Block a user