mirror of
https://github.com/hwdsl2/openvpn-install.git
synced 2026-01-11 19:06:18 +00:00
Update docs
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
在你的 Linux 服务器\* 上运行脚本,并按提示操作。
|
在你的 Linux 服务器\* 上运行脚本,并按提示操作。
|
||||||
|
|
||||||
**选项 1:** 使用默认选项自动安装。
|
**选项 1:** 使用默认选项自动安装 OpenVPN。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://get.vpnsetup.net/ovpn -O openvpn.sh
|
wget https://get.vpnsetup.net/ovpn -O openvpn.sh
|
||||||
@@ -38,7 +38,7 @@ sudo bash openvpn.sh
|
|||||||
```bash
|
```bash
|
||||||
# 下载脚本
|
# 下载脚本
|
||||||
curl -fL https://get.vpnsetup.net/ovpn -o openvpn.sh
|
curl -fL https://get.vpnsetup.net/ovpn -o openvpn.sh
|
||||||
# 选项 1: 使用默认选项自动安装
|
# 选项 1: 使用默认选项自动安装 OpenVPN
|
||||||
sudo bash openvpn.sh --auto
|
sudo bash openvpn.sh --auto
|
||||||
# 选项 2: 使用自定义选项进行交互式安装
|
# 选项 2: 使用自定义选项进行交互式安装
|
||||||
sudo bash openvpn.sh
|
sudo bash openvpn.sh
|
||||||
|
|||||||
@@ -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.
|
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)
|
[**» 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.
|
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
|
```bash
|
||||||
wget https://get.vpnsetup.net/ovpn -O openvpn.sh
|
wget https://get.vpnsetup.net/ovpn -O openvpn.sh
|
||||||
@@ -38,7 +38,7 @@ You may also use `curl` to download:
|
|||||||
```bash
|
```bash
|
||||||
# Download the script
|
# Download the script
|
||||||
curl -fL https://get.vpnsetup.net/ovpn -o openvpn.sh
|
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
|
sudo bash openvpn.sh --auto
|
||||||
# Option 2: Interactive install using custom options
|
# Option 2: Interactive install using custom options
|
||||||
sudo bash openvpn.sh
|
sudo bash openvpn.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user