diff --git a/docs/uninstall-zh.md b/docs/uninstall-zh.md index e7c2700..cb6dc11 100644 --- a/docs/uninstall-zh.md +++ b/docs/uninstall-zh.md @@ -92,6 +92,12 @@ rm -f /etc/ipsec.conf* /etc/ipsec.secrets* /etc/ppp/chap-secrets* /etc/ppp/optio rm -rf /etc/ipsec.d /etc/xl2tpd ``` +删除 IKEv2 脚本: + +```bash +rm -f /usr/bin/ikev2.sh /opt/src/ikev2.sh +``` + ### 完成后 重启你的服务器。 diff --git a/docs/uninstall.md b/docs/uninstall.md index f0c6c37..1d0b510 100644 --- a/docs/uninstall.md +++ b/docs/uninstall.md @@ -92,6 +92,12 @@ rm -f /etc/ipsec.conf* /etc/ipsec.secrets* /etc/ppp/chap-secrets* /etc/ppp/optio rm -rf /etc/ipsec.d /etc/xl2tpd ``` +Remove IKEv2 script: + +```bash +rm -f /usr/bin/ikev2.sh /opt/src/ikev2.sh +``` + ### When finished Reboot your server.