diff --git a/README-zh.md b/README-zh.md index 2ba66ba..386741b 100644 --- a/README-zh.md +++ b/README-zh.md @@ -8,6 +8,16 @@ 该脚本可让你在几分钟内建立自己的 VPN 服务器,即使你以前没有使用过 OpenVPN。[OpenVPN](https://openvpn.net/community-resources/reference-manual-for-openvpn-2-4/) 是一种开源、强大且高度灵活的 VPN 协议。 +
+ +查看脚本的示例输出(终端记录)。 + + +**注:** 此终端记录仅用于演示目的。该记录中的 VPN 凭据 **无效**。 + +

+
+ [**» 另见:WireGuard VPN 服务器一键安装脚本**](https://github.com/hwdsl2/wireguard-install/blob/master/README-zh.md) ## 安装说明 diff --git a/README.md b/README.md index 695747e..17d6635 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,16 @@ 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. +
+ +See the script in action (terminal recording). + + +**Note:** This recording is for demo purposes only. VPN credentials in this recording are **NOT** valid. + +

+
+ [**» See also: WireGuard VPN Server Auto Setup Script**](https://github.com/hwdsl2/wireguard-install) ## Installation diff --git a/docs/images/demo1.svg b/docs/images/demo1.svg new file mode 100644 index 0000000..81d5ec8 --- /dev/null +++ b/docs/images/demo1.svg @@ -0,0 +1 @@ +OpenVPNScripthttps://github.com/hwdsl2/openvpn-installStartingOpenVPNsetupusingdefaultoptions.ServerIP:192.0.2.1Port:UDP/1194Clientname:clientClientDNS:GooglePublicDNSInstallingOpenVPN,pleasewait...+apt-get-yqqupdate+apt-get-yqqinstallopenvpnopensslca-certificates+./easyrsainit-pki+./easyrsa--batchbuild-canopass+EASYRSA_CERT_EXPIRE=3650+./easyrsabuild-server-fullservernopass+./easyrsabuild-client-fullclientnopass+EASYRSA_CRL_DAYS=3650+./easyrsagen-crl+openvpn--genkey--secret/etc/openvpn/server/tc.key+systemctlenable--nowopenvpn-iptables.service+systemctlenable--nowopenvpn-server@server.serviceFinished!Theclientconfigurationisavailablein:/root/client.ovpnNewclientscanbeaddedbyrunningthisscriptagain.