mirror of
https://github.com/fatedier/frp.git
synced 2025-04-22 14:01:26 +00:00
update feature gates doc (#4755)
This commit is contained in:
parent
e208043323
commit
a23455a737
@ -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:
|
To enable an experimental feature, add the feature gate to your configuration:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
featureGates = {
|
featureGates = { VirtualNet = true }
|
||||||
VirtualNet = true
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Feature Lifecycle
|
### Feature Lifecycle
|
||||||
|
@ -49,9 +49,7 @@ type = "virtual_net"
|
|||||||
# frpc.toml (client side)
|
# frpc.toml (client side)
|
||||||
serverAddr = "x.x.x.x"
|
serverAddr = "x.x.x.x"
|
||||||
serverPort = 7000
|
serverPort = 7000
|
||||||
featureGates = {
|
featureGates = { VirtualNet = true }
|
||||||
VirtualNet = true
|
|
||||||
}
|
|
||||||
|
|
||||||
# Configure the virtual network interface
|
# Configure the virtual network interface
|
||||||
virtualNet.address = "100.86.0.2/24"
|
virtualNet.address = "100.86.0.2/24"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user