diff --git a/README-zh.md b/README-zh.md index 5806412..e859d80 100644 --- a/README-zh.md +++ b/README-zh.md @@ -1,12 +1,14 @@ [English](README.md) | [中文](README-zh.md) -## openvpn-install +# OpenVPN 服务器一键安装脚本 使用 Linux 脚本一键快速搭建自己的 OpenVPN 服务器。支持 Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS 和 Fedora 系统。 该脚本可让你在几分钟内建立自己的 VPN 服务器,即使你以前没有使用过 [OpenVPN](https://openvpn.net/community-resources/reference-manual-for-openvpn-2-4/)。 -### 安装说明 +[**» 另见:WireGuard VPN 服务器一键安装脚本**](https://github.com/hwdsl2/wireguard-install/blob/master/README-zh.md) + +## 安装说明 在你的 Linux 服务器\* 上运行脚本,并按提示操作: @@ -21,10 +23,10 @@ sudo bash openvpn.sh \* 一个云服务器,虚拟专用服务器 (VPS) 或者专用服务器。 -### 致谢 +## 致谢 此脚本基于 [Nyr 和 contributors](https://github.com/Nyr/openvpn-install) 的出色工作,并进行了增强和更改以与 [Setup IPsec VPN](https://github.com/hwdsl2/setup-ipsec-vpn) 项目兼容。 -### 授权协议 +## 授权协议 MIT diff --git a/README.md b/README.md index b01d9cf..ac5980a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ [English](README.md) | [中文](README-zh.md) -## openvpn-install +# OpenVPN Server Auto Setup Script OpenVPN server installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora. This script will let you set up your own VPN server in just a few minutes, even if you haven't used [OpenVPN](https://openvpn.net/community-resources/reference-manual-for-openvpn-2-4/) before. -### Installation +[**» See also: WireGuard VPN Server Auto Setup Script**](https://github.com/hwdsl2/wireguard-install) + +## Installation Run the script on your Linux server\* and follow the prompts: @@ -21,10 +23,10 @@ After setup, you can run the script again to manage users or uninstall OpenVPN. \* A cloud server, virtual private server (VPS) or dedicated server. -### Credits +## Credits This script is based on the great work of [Nyr and contributors](https://github.com/Nyr/openvpn-install), with enhancements and changes for compatibility with the [Setup IPsec VPN](https://github.com/hwdsl2/setup-ipsec-vpn) project. -### License +## License MIT