This commit is contained in:
bh 2019-06-09 00:45:48 +08:00
parent ce96e4bf94
commit a34827d9b8

View File

@ -6,7 +6,7 @@ This script will let you setup your own VPN server in no more than a minute, eve
### Installation ### Installation
Run the script and follow the assistant: Run the script and follow the assistant:
`wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh` `git clone https://github.com/hewenhan/openvpn-install.git && ./openvpn-install/openvpn-install.sh`
Once it ends, you can run it again to add more users, remove some of them or even completely uninstall OpenVPN. Once it ends, you can run it again to add more users, remove some of them or even completely uninstall OpenVPN.
@ -20,6 +20,6 @@ Changed cipher type and lan ip range.
Tps: Tps:
``` ```
The system must be supported AES-256-GCM. I try successed in Ubuntu 19.04 from google cloud. The system of server and client must be supported AES-256-GCM. I try successed in Ubuntu 19.04 from google cloud.
And the version of ubuntu 18.04TLS is not supported. And the version of ubuntu 18.04TLS is not supported.
``` ```