nicinit.sh
来自「This a good VPN source」· Shell 代码 · 共 10 行
SH
10 行
#!/bin/sh# NAT North's IP to oursiptables -t nat -A POSTROUTING --source 192.1.3.0/24 --destination 0.0.0.0/0 -j SNAT --to-source 192.1.2.254# Display the table, so we know it's correct.iptables -t nat -Lecho done.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?