Update docs

This commit is contained in:
hwdsl2 2022-10-09 22:22:08 -05:00
parent 41c5cfb522
commit 3b908422ca
2 changed files with 20 additions and 22 deletions

View File

@ -1,4 +1,4 @@
[English](README.md) | [中文](README-zh.md)
[English](README.md) | [中文](README-zh.md) | [Vídeo en Español](https://www.youtube.com/watch?v=99qtaJU2E2k)
# WireGuard VPN 服务器一键安装脚本
@ -8,18 +8,21 @@
该脚本可让你在几分钟内建立自己的 VPN 服务器,即使你以前没有使用过 WireGuard。[WireGuard](https://www.wireguard.com) 是一种快速且现代的 VPN其设计目标是易于使用和高性能。
视频教程(西班牙语):[在 Ubuntu 20.04 上安装 OpenVPN/WireGuard](https://www.youtube.com/watch?v=99qtaJU2E2k)。
[**» 另见OpenVPN 服务器一键安装脚本**](https://github.com/hwdsl2/openvpn-install/blob/master/README-zh.md)
## 安装说明
在你的 Linux 服务器\* 上运行脚本,并按提示操作。
**选项 1:** 使用默认选项自动安装 WireGuard。
首先下载脚本:
```bash
wget -O wireguard.sh https://get.vpnsetup.net/wg
```
**选项 1:** 使用默认选项自动安装 WireGuard。
```bash
sudo bash wireguard.sh --auto
```
@ -40,26 +43,22 @@ sudo bash wireguard.sh --auto
**选项 2:** 使用自定义选项进行交互式安装。
```bash
wget -O wireguard.sh https://get.vpnsetup.net/wg
sudo bash wireguard.sh
```
<details>
<summary>
或者,你也可以使用以下命令
如果无法下载,请点这里
</summary>
你也可以使用 `curl` 下载:
```bash
# 下载脚本
curl -fL -o wireguard.sh https://get.vpnsetup.net/wg
# 选项 1: 使用默认选项自动安装 WireGuard
sudo bash wireguard.sh --auto
# 选项 2: 使用自定义选项进行交互式安装
sudo bash wireguard.sh
```
然后按照上面的说明安装。
或者,你也可以使用这些链接:
```bash

View File

@ -1,4 +1,4 @@
[English](README.md) | [中文](README-zh.md)
[English](README.md) | [中文](README-zh.md) | [Vídeo en Español](https://www.youtube.com/watch?v=99qtaJU2E2k)
# WireGuard VPN Server Auto Setup Script
@ -8,18 +8,21 @@ 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.
Video tutorial (Spanish): [Install OpenVPN/WireGuard on Ubuntu 20.04](https://www.youtube.com/watch?v=99qtaJU2E2k).
[**&raquo; See also: OpenVPN Server Auto Setup Script**](https://github.com/hwdsl2/openvpn-install)
## Installation
Run the script on your Linux server\* and follow the prompts.
**Option 1:** Auto install WireGuard using default options.
First, download the script:
```bash
wget -O wireguard.sh https://get.vpnsetup.net/wg
```
**Option 1:** Auto install WireGuard using default options.
```bash
sudo bash wireguard.sh --auto
```
@ -40,26 +43,22 @@ For servers with an external firewall (e.g. [EC2](https://docs.aws.amazon.com/AW
**Option 2:** Interactive install using custom options.
```bash
wget -O wireguard.sh https://get.vpnsetup.net/wg
sudo bash wireguard.sh
```
<details>
<summary>
Alternative commands.
Click here if you are unable to download.
</summary>
You may also use `curl` to download:
```bash
# Download the script
curl -fL -o wireguard.sh https://get.vpnsetup.net/wg
# Option 1: Auto install WireGuard using default options
sudo bash wireguard.sh --auto
# Option 2: Interactive install using custom options
sudo bash wireguard.sh
```
Then follow the instructions above to install.
Alternative setup URLs:
```bash