1
0
mirror of synced 2025-02-07 15:59:25 +03:00

Update docs

This commit is contained in:
hwdsl2 2022-05-01 21:06:58 -05:00
parent e20febf7a4
commit b0166fcfe4
2 changed files with 4 additions and 4 deletions

View File

@ -176,14 +176,14 @@ sudo VPN_PROTECT_CONFIG=yes sh vpn.sh
你也可以使用 `curl` 下载。例如:
```bash
curl -fsSL https://get.vpnsetup.net -o vpn.sh
curl -fL https://get.vpnsetup.net -o vpn.sh
sudo sh vpn.sh
```
或者,你也可以使用这个链接:
```bash
curl -fsSL https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/vpnsetup.sh -o vpn.sh
curl -fL https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/vpnsetup.sh -o vpn.sh
sudo sh vpn.sh
```

View File

@ -176,14 +176,14 @@ Click here if you are unable to download using wget.
You may also use `curl` to download. For example:
```bash
curl -fsSL https://get.vpnsetup.net -o vpn.sh
curl -fL https://get.vpnsetup.net -o vpn.sh
sudo sh vpn.sh
```
Alternative setup URL:
```bash
curl -fsSL https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/vpnsetup.sh -o vpn.sh
curl -fL https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/vpnsetup.sh -o vpn.sh
sudo sh vpn.sh
```