diff --git a/README-zh.md b/README-zh.md index 8862df2..a57102b 100644 --- a/README-zh.md +++ b/README-zh.md @@ -14,7 +14,7 @@ 在你的 Linux 服务器\* 上运行脚本,并按提示操作。 -**选项 1:** 使用默认选项自动安装。 +**选项 1:** 使用默认选项自动安装 OpenVPN。 ```bash wget https://get.vpnsetup.net/ovpn -O openvpn.sh @@ -38,7 +38,7 @@ sudo bash openvpn.sh ```bash # 下载脚本 curl -fL https://get.vpnsetup.net/ovpn -o openvpn.sh -# 选项 1: 使用默认选项自动安装 +# 选项 1: 使用默认选项自动安装 OpenVPN sudo bash openvpn.sh --auto # 选项 2: 使用自定义选项进行交互式安装 sudo bash openvpn.sh diff --git a/README.md b/README.md index 0bbf186..e241406 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ OpenVPN server installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS, Fed This script will let you set up your own VPN server in just a few minutes, even if you haven't used OpenVPN before. [OpenVPN](https://openvpn.net/community-resources/reference-manual-for-openvpn-2-4/) is an open-source, robust and highly flexible VPN protocol. -A video tutorial in Spanish is available: [Install OpenVPN/WireGuard on Ubuntu 20.04](https://www.youtube.com/watch?v=99qtaJU2E2k). +Video tutorial (Spanish): [Install OpenVPN/WireGuard on Ubuntu 20.04](https://www.youtube.com/watch?v=99qtaJU2E2k). [**» See also: WireGuard VPN Server Auto Setup Script**](https://github.com/hwdsl2/wireguard-install) @@ -14,7 +14,7 @@ A video tutorial in Spanish is available: [Install OpenVPN/WireGuard on Ubuntu 2 Run the script on your Linux server\* and follow the prompts. -**Option 1:** Auto install using default options. +**Option 1:** Auto install OpenVPN using default options. ```bash wget https://get.vpnsetup.net/ovpn -O openvpn.sh @@ -38,7 +38,7 @@ You may also use `curl` to download: ```bash # Download the script curl -fL https://get.vpnsetup.net/ovpn -o openvpn.sh -# Option 1: Auto install using default options +# Option 1: Auto install OpenVPN using default options sudo bash openvpn.sh --auto # Option 2: Interactive install using custom options sudo bash openvpn.sh