From e054d2ca4b59cadf6028f4fa6a3ec6927dd7e392 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Sat, 25 Sep 2021 08:35:55 -0500 Subject: [PATCH] Update docs --- docs/uninstall-zh.md | 6 ++++++ docs/uninstall.md | 6 ++++++ 2 files changed, 12 insertions(+) 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.