Update docs
This commit is contained in:
parent
e20febf7a4
commit
b0166fcfe4
@ -176,14 +176,14 @@ sudo VPN_PROTECT_CONFIG=yes sh vpn.sh
|
|||||||
你也可以使用 `curl` 下载。例如:
|
你也可以使用 `curl` 下载。例如:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://get.vpnsetup.net -o vpn.sh
|
curl -fL https://get.vpnsetup.net -o vpn.sh
|
||||||
sudo sh vpn.sh
|
sudo sh vpn.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
或者,你也可以使用这个链接:
|
或者,你也可以使用这个链接:
|
||||||
|
|
||||||
```bash
|
```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
|
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:
|
You may also use `curl` to download. For example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://get.vpnsetup.net -o vpn.sh
|
curl -fL https://get.vpnsetup.net -o vpn.sh
|
||||||
sudo sh vpn.sh
|
sudo sh vpn.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternative setup URL:
|
Alternative setup URL:
|
||||||
|
|
||||||
```bash
|
```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
|
sudo sh vpn.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user