From 3930a97da2037236f23576b65bd73e093c20a8f3 Mon Sep 17 00:00:00 2001 From: babywhale321 <107947235+babywhale321@users.noreply.github.com> Date: Fri, 5 Aug 2022 05:52:51 +0000 Subject: [PATCH] Additions to README.md - Added OS Compatibility - Works with KVM / OpenVZ - Alternative to download / install script - added 3 other options for cheap vps solutions. --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4f84ee..0be0d00 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,38 @@ **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. +OpenVPN [road warrior](http://en.wikipedia.org/wiki/Road_warrior_%28computing%29) -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. +OS Compatability: 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 also work on KVM and OpenVZ containers. ### Installation Run the script and follow the assistant: `wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh` +or as an alternative: + +1, apt install wget (if already installed please skip this step) + +2, wget https://raw.githubusercontent.com/Nyr/openvpn-install/master/openvpn-install.sh + +3, chmod 700 openvpn-install.sh + +4, ./openvpn-install.sh + Once it ends, you can run it again to add more users, remove some of them or even completely uninstall OpenVPN. ### 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). -### Donations +You can get a VPS from just $3.50/year at [gullo.com](https://hosting.gullo.me/pricing) +Many VPS promotions can be found at [lowendbox.com](https://lowendbox.com/) + +Compare VPS pricings at [lowendstock.com](https://lowendstock.com/) + +### Donations 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!