Update docs

This commit is contained in:
hwdsl2 2021-09-25 08:35:55 -05:00
parent 3cf567b1e4
commit e054d2ca4b
2 changed files with 12 additions and 0 deletions

View File

@ -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
```
### 完成后
重启你的服务器。

View File

@ -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.