diff --git a/README.md b/README.md index e4f84ee..b8895b3 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,26 @@ -**New: [wireguard-install](https://github.com/Nyr/wireguard-install) is also available.** - ## openvpn-install + OpenVPN [road warrior](http://en.wikipedia.org/wiki/Road_warrior_%28computing%29) installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora. -This script will let you set up your own VPN server in no more than a minute, even if you haven't used OpenVPN before. It has been designed to be as unobtrusive and universal as possible. +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. It has been designed to be as unobtrusive and universal as possible. ### Installation -Run the script and follow the assistant: -`wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh` +Run the script on your Linux server\* and follow the prompts: -Once it ends, you can run it again to add more users, remove some of them or even completely uninstall OpenVPN. +```bash +wget https://get.vpnsetup.net/ovpn -nv -O openvpn.sh +sudo bash openvpn.sh +``` -### I want to run my own VPN but don't have a server for that -You can get a VPS from just $1/month at [VirMach](https://billing.virmach.com/aff.php?aff=4109&url=billing.virmach.com/cart.php?gid=18). +You can run the script again after install to manage users or uninstall OpenVPN. -### Donations +\* A cloud server, virtual private server (VPS) or dedicated server. -If you want to show your appreciation, you can donate via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VBAYDL34Z7J6L) or [cryptocurrency](https://pastebin.com/raw/M2JJpQpC). Thanks! +### Credits + +This script is based on the great work of [Nyr and contributors](https://github.com/Nyr/openvpn-install), with changes to improve compatibility with the Setup IPsec VPN project. Please report any issues to the linked upstream repository. + +### License + +MIT