From b30a4df25d15e65ce690150001e0d2113f8bea96 Mon Sep 17 00:00:00 2001 From: Fabio Date: Wed, 18 Jun 2025 22:54:24 +0800 Subject: [PATCH] Aggiorna README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 163999f..6723637 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,20 @@ if you change the port this installer change only the server if you use differen in the OpenVPN use for example port 51194 and public router IP git.patachina.duckdns.org and local IP 192.168.1.4 you have to change also .ovpn file changing 1194 to 51194. In your router open a channel port forwarder with "external port 51194 and local 192.168.1.4 with port 51194" Otherwise if you don't change .ovpn you have to set router open a channel port forwarder with "external port 1194 and local 192.168.1.4 with port 51194" + +## How run +```bash +./openvpn-install.sh +Welcome to OpenVPN-install! +The git repository is available at: https://github.com/angristan/openvpn-install +It seems like OpenVPN is already installed. +What would you like to do? + 1) Add a new user + 2) Revoke an existing user + 3) Remove OpenVPN + 4) Exit +Select an option [1-4]: +``` # openvpn-install