Update docs
This commit is contained in:
parent
cb196dbd2e
commit
6e9adc9c77
@ -35,7 +35,7 @@ IPsec VPN 可以加密你的网络流量,以防止在通过因特网传送时
|
||||
wget https://git.io/vpnsetup -qO vpn.sh && sudo sh vpn.sh
|
||||
```
|
||||
|
||||
你的 VPN 登录凭证将会被自动随机生成,并在安装完成后显示在屏幕上。
|
||||
你的 VPN 登录凭证将会被自动随机生成,并在安装完成后显示。
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
@ -56,7 +56,7 @@ curl -fsSL https://git.io/vpnsetup -o vpn.sh && sudo sh vpn.sh
|
||||
<p align="center"><img src="docs/images/script-demo.svg"></p>
|
||||
</details>
|
||||
|
||||
另外,你也可以使用预构建的 [Docker 镜像](https://github.com/hwdsl2/docker-ipsec-vpn-server/blob/master/README-zh.md)。如需了解其它安装选项以及客户端配置,请继续阅读以下部分。
|
||||
另外,你也可以使用预构建的 [Docker 镜像](https://github.com/hwdsl2/docker-ipsec-vpn-server/blob/master/README-zh.md)。如需了解其它选项以及客户端配置,请继续阅读以下部分。
|
||||
|
||||
\* 一个云服务器,虚拟专用服务器 (VPS) 或者专用服务器。OpenVZ VPS 不受支持。
|
||||
|
||||
@ -103,7 +103,7 @@ curl -fsSL https://git.io/vpnsetup -o vpn.sh && sudo sh vpn.sh
|
||||
|
||||
要安装 VPN,请从以下选项中选择一个:
|
||||
|
||||
**选项 1:** 使用脚本随机生成的 VPN 登录凭证(完成后会在屏幕上显示)。
|
||||
**选项 1:** 使用脚本随机生成的 VPN 登录凭证(完成后会显示)。
|
||||
|
||||
```bash
|
||||
wget https://git.io/vpnsetup -qO vpn.sh && sudo sh vpn.sh
|
||||
|
@ -35,7 +35,7 @@ Use this one-liner to set up an IPsec VPN server:
|
||||
wget https://git.io/vpnsetup -qO vpn.sh && sudo sh vpn.sh
|
||||
```
|
||||
|
||||
Your VPN login details will be randomly generated, and displayed on the screen when finished.
|
||||
Your VPN login details will be randomly generated, and displayed when finished.
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
@ -56,7 +56,7 @@ See the VPN script in action (terminal recording).
|
||||
<p align="center"><img src="docs/images/script-demo.svg"></p>
|
||||
</details>
|
||||
|
||||
A pre-built [Docker image](https://github.com/hwdsl2/docker-ipsec-vpn-server) is also available. For other installation options and client setup, read the sections below.
|
||||
A pre-built [Docker image](https://github.com/hwdsl2/docker-ipsec-vpn-server) is also available. For other options and client setup, read the sections below.
|
||||
|
||||
\* A cloud server, virtual private server (VPS) or dedicated server. OpenVZ VPS is not supported.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user