From a34827d9b8f02358f2b13bad57ffcbc7b29794ba Mon Sep 17 00:00:00 2001 From: bh Date: Sun, 9 Jun 2019 00:45:48 +0800 Subject: [PATCH] update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ec6882..ef05c74 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This script will let you setup your own VPN server in no more than a minute, eve ### Installation 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. @@ -20,6 +20,6 @@ Changed cipher type and lan ip range. 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. ```