mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 05:33:30 +03:00
typo
This commit is contained in:
parent
b41b0648e4
commit
f7965b7062
1 changed files with 3 additions and 2 deletions
|
@ -13,7 +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:
|
||||
|
||||
`docker run -it \
|
||||
```
|
||||
docker run -it \
|
||||
--name openvpn \
|
||||
--restart always \
|
||||
--cap-add=NET_ADMIN \
|
||||
|
@ -21,7 +22,7 @@ Run the script and follow the assistant:
|
|||
--device=/dev/net/tun \
|
||||
-p 1194:1194/udp \
|
||||
mehran/openvpn`
|
||||
|
||||
```
|
||||
* You can change Port to any.
|
||||
|
||||
### I want to run my own VPN but don't have a server for that
|
||||
|
|
Loading…
Add table
Reference in a new issue