mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
update feature gates doc (#4755)
This commit is contained in:
parent
c5a8f6ef4a
commit
27f66baf54
2 changed files with 2 additions and 6 deletions
|
|
@ -49,9 +49,7 @@ 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue