Revert "update feature gates doc (#4755)"

This reverts commit a23455a737.
pull/4770/head
florencemiss27 2025-04-26 23:27:00 -04:00 committed by GitHub
parent a23455a737
commit 8f416a7c85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -1283,7 +1283,9 @@ 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

View File

@ -49,7 +49,9 @@ type = "virtual_net"
# frpc.toml (client side)
serverAddr = "x.x.x.x"
serverPort = 7000
featureGates = { VirtualNet = true }
featureGates = {
VirtualNet = true
}
# Configure the virtual network interface
virtualNet.address = "100.86.0.2/24"