Update docs

This commit is contained in:
hwdsl2 2021-09-09 00:22:34 -05:00
parent 5f9a6fa8ce
commit 6d37cda1a0
2 changed files with 8 additions and 6 deletions

View File

@ -31,9 +31,10 @@ sudo bash vpnunst.sh
```bash ```bash
service ipsec stop service ipsec stop
service xl2tpd stop service xl2tpd stop
rm -rf /usr/local/sbin/ipsec /usr/local/libexec/ipsec rm -rf /usr/local/sbin/ipsec /usr/local/libexec/ipsec /usr/local/share/doc/libreswan
rm -f /etc/init/ipsec.conf /lib/systemd/system/ipsec.service \ rm -f /etc/init/ipsec.conf /lib/systemd/system/ipsec.service /etc/init.d/ipsec \
/etc/init.d/ipsec /usr/lib/systemd/system/ipsec.service /usr/lib/systemd/system/ipsec.service /etc/logrotate.d/libreswan \
/usr/lib/tmpfiles.d/libreswan.conf
``` ```
### 第二步 ### 第二步

View File

@ -31,9 +31,10 @@ Alternatively, you may manually uninstall the VPN by following these steps. Comm
```bash ```bash
service ipsec stop service ipsec stop
service xl2tpd stop service xl2tpd stop
rm -rf /usr/local/sbin/ipsec /usr/local/libexec/ipsec rm -rf /usr/local/sbin/ipsec /usr/local/libexec/ipsec /usr/local/share/doc/libreswan
rm -f /etc/init/ipsec.conf /lib/systemd/system/ipsec.service \ rm -f /etc/init/ipsec.conf /lib/systemd/system/ipsec.service /etc/init.d/ipsec \
/etc/init.d/ipsec /usr/lib/systemd/system/ipsec.service /usr/lib/systemd/system/ipsec.service /etc/logrotate.d/libreswan \
/usr/lib/tmpfiles.d/libreswan.conf
``` ```
### Second step ### Second step