Update README.md

This commit is contained in:
lbl8603
2023-07-31 19:02:05 +08:00
committed by GitHub
parent f104e191ed
commit fdb4bb1155
+1 -3
View File
@@ -21,9 +21,7 @@
则在A配置 **-i 192.168.0.0/24,10.26.0.3** ,表示将192.168.0.0/24网段的数据都转发到10.26.0.3节点
在B配置 **-o 192.168.0.0/24,192.168.0.10** ,表示允许192.168.0.0/24的数据从网卡192.168.0.10转发出去
注:-o 可以不配置出口ip,如直接使用 **-o 192.168.0.0/24** , 这将使用默认ip转发
在B配置 **-o 192.168.0.0/24** ,表示允许目标为192.168.0.0/24的数据转发出去
### -w `<password>`