fixv2

来自「This a good VPN source」· 代码 · 共 14 行

TXT
14
字号
# get rid of mistakes/differences in V2 output# - change west's IP addresses to east's# - ditch rp_filter setting# - neutralize FreeS/WAN version string# - ditch new --opts "" --stderrlog "" from _plutorunsed \	-e 's/--host "192.1.2.23"/--host "192.1.2.45"/' \	-e 's/ --rpfilter "0"//' \	-e '/ipsec_setup: 	 echo .Starting FreeS.WAN IPsec/s/IPsec.*//' \	-e '/^ipsec_setup:/s/ --opts "" --stderrlog ""//' \	"$@"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?