This commit is contained in:
Mehran 2018-11-28 16:17:06 +03:30 committed by GitHub
parent b41b0648e4
commit f7965b7062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,8 @@ Once it ends, you can run it again to add more users, remove some of them or eve
### Docker Installation ### Docker Installation
Run the script and follow the assistant: Run the script and follow the assistant:
`docker run -it \ ```
docker run -it \
--name openvpn \ --name openvpn \
--restart always \ --restart always \
--cap-add=NET_ADMIN \ --cap-add=NET_ADMIN \
@ -21,7 +22,7 @@ Run the script and follow the assistant:
--device=/dev/net/tun \ --device=/dev/net/tun \
-p 1194:1194/udp \ -p 1194:1194/udp \
mehran/openvpn` mehran/openvpn`
```
* You can change Port to any. * You can change Port to any.
### I want to run my own VPN but don't have a server for that ### I want to run my own VPN but don't have a server for that