Update docs
This commit is contained in:
parent
e20febf7a4
commit
b0166fcfe4
@ -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
|
||||
```
|
||||
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user