📄 wavesec-init.sh
字号:
#!/bin/shipsec setup stop# move gateway to the 3 network so that we can get OE to work.route delete defaultifdown eth1ifconfig eth1 inet 0.0.0.0route add -net default gw 192.9.4.254rndc stopnamedsleep 1dig 2.2.0.192.in-addr.arpa. txt# nuke special route that may be there.route delete -net 192.0.2.0 netmask 255.255.255.0 gw 192.1.2.23ipsec setup --config /testing/pluto/co-terminal-02/wavesec.conf startipsec auto --config /testing/pluto/co-terminal-02/wavesec.conf --add japan--wavesecipsec eroute
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -