roadrun.sh
来自「ipsec vpn」· Shell 代码 · 共 18 行
SH
18 行
#!/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 + =
减小字号Ctrl + -
显示快捷键?