Fix typo
This commit is contained in:
parent
1a372426ed
commit
b3cee9cb14
@ -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 \
|
||||
@ -23,6 +25,10 @@ docker run -it \
|
||||
-p 1194:1194/udp \
|
||||
mehran/openvpn
|
||||
```
|
||||
2) in Container :
|
||||
```
|
||||
bash openvpn-install.sh
|
||||
```
|
||||
* You can change Port to any.
|
||||
|
||||
### I want to run my own VPN but don't have a server for that
|
||||
|
||||
Loading…
Reference in New Issue
Block a user