From b3cee9cb14d424b98451032e78e154ec26f89a04 Mon Sep 17 00:00:00 2001 From: Mehran Date: Wed, 28 Nov 2018 16:25:53 +0330 Subject: [PATCH] Fix typo --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bf4313a..d56ed3c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Once it ends, you can run it again to add more users, remove some of them or eve ### Docker Installation Run the script and follow the assistant: +1) create Container + ``` docker run -it \ --name openvpn \ @@ -22,6 +24,10 @@ docker run -it \ --device=/dev/net/tun \ -p 1194:1194/udp \ mehran/openvpn + ``` +2) in Container : +``` +bash openvpn-install.sh ``` * You can change Port to any.