📄 roadrun.sh
字号:
#!/bin/sh: turn on debuggingipsec whack --debug-control --debug-oppo --debug-dns: check out configipsec eroute: use oppohere/oppothere to see negotiationipsec whack --oppohere 192.1.3.209 --oppothere 192.0.2.2: try again with pingping -c 2 192.0.2.2if ! ipsec eroute | grep -q drop ; then echo 'MISSING DROP!' ; ipsec eroute ; ipsec auto --status ; else echo 'found expected drop' ; fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -