From 673efc051b348ab71a94661f0fec8b8991ce6be4 Mon Sep 17 00:00:00 2001 From: Davi Torres <73488542+davift@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:55:56 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acc43ab..5148772 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,15 @@ This script will let you set up your own VPN server in no more than a minute, ev ### Installation Run the script and follow the assistant: -`wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh` +``` +wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh +``` Once it ends, you can run it again to add more users, remove some of them or even completely uninstall OpenVPN. +### Automation +Check out the script `openvpn-cli.sh` for user management with a single command line, easy to integrate into other scripts or with Ansible or Terraform. + ### I want to run my own VPN but don't have a server for that You can get a VPS from just 2€/month at [AlphaVPS](https://alphavps.com/clients/aff.php?aff=474&pid=422).