📄 westrun.sh
字号:
# we can transmit in the clearping -q -c 8 -n 192.1.2.23# bring up the tunnelipsec auto --up west-eastipsec auto --up west-eastnetipsec auto --up westnet-east# use the tunnelping -q -c 8 -n 192.1.2.23# show the tunnelipsec eroute: Let R_U_THERE packets flowsleep 20: Create the blockiptables -I INPUT -s 192.1.2.23/32 -d 0/0 -j DROPsleep 20: DPD should have triggered nowipsec eroute
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -