Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Warfront1 committed Jun 14, 2023
1 parent 3145e0e commit f4380bb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# openvpn-server-easy-docker
OpenVPN Server in a Docker container that is easy to setup.
### _OpenVPN Server in a Docker container that is easy to setup_

## Quick Start
Run the docker container:
```sh
docker run --name openvpn-server-easy -p 1194:1194/udp --device=/dev/net/tun --cap-add=NET_ADMIN warfront1osed/openvpn-server-easy:latest
```
Obtain the client's required connection files:
```sh
docker cp openvpn-server-easy:/client_credentials/. ./
```
Connect to the VPN using the client's required connection files on your preferred OpenVpn client.

0 comments on commit f4380bb

Please sign in to comment.