Update docs

This commit is contained in:
hwdsl2 2022-10-01 23:38:27 -05:00
parent e27426da48
commit e602a0cd38
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
在你的 Linux 服务器\* 上运行脚本,并按提示操作。
**选项 1:** 使用默认选项自动安装。
**选项 1:** 使用默认选项自动安装 WireGuard
```bash
wget https://get.vpnsetup.net/wg -O wireguard.sh
@ -38,7 +38,7 @@ sudo bash wireguard.sh
```bash
# 下载脚本
curl -fL https://get.vpnsetup.net/wg -o wireguard.sh
# 选项 1: 使用默认选项自动安装
# 选项 1: 使用默认选项自动安装 WireGuard
sudo bash wireguard.sh --auto
# 选项 2: 使用自定义选项进行交互式安装
sudo bash wireguard.sh

View File

@ -6,7 +6,7 @@ WireGuard VPN server installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentO
This script will let you set up your own VPN server in just a few minutes, even if you haven't used WireGuard before. [WireGuard](https://www.wireguard.com) is a fast and modern VPN designed with the goals of ease of use and high performance.
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: OpenVPN Server Auto Setup Script**](https://github.com/hwdsl2/openvpn-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 WireGuard using default options.
```bash
wget https://get.vpnsetup.net/wg -O wireguard.sh
@ -38,7 +38,7 @@ You may also use `curl` to download:
```bash
# Download the script
curl -fL https://get.vpnsetup.net/wg -o wireguard.sh
# Option 1: Auto install using default options
# Option 1: Auto install WireGuard using default options
sudo bash wireguard.sh --auto
# Option 2: Interactive install using custom options
sudo bash wireguard.sh