https://github.com/avin/openvpn-docker
Quick install OpenVPN server using docker.
https://github.com/avin/openvpn-docker
Last synced: 2 months ago
JSON representation
Quick install OpenVPN server using docker.
- Host: GitHub
- URL: https://github.com/avin/openvpn-docker
- Owner: avin
- Created: 2015-09-28T09:16:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-03T21:44:01.000Z (over 10 years ago)
- Last Synced: 2026-01-21T14:10:54.704Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build
```sh
docker build -t carcinogen75/openvpn .
```
## Usage
Run to see help...
```sh
docker run --rm carcinogen75/openvpn help
```
... or check out help.txt file
## Tips
* Comment out "comp-lzo" in server and client confs to speed up ur connection
* Check openvpn UDP server by command:
```sh
$ echo -e "\x38\x01\x00\x00\x00\x00\x00\x00\x00" | timeout 10 nc -u myserver.com 1194 | cat -v
```
If u see output like this...
```sh
@$M-^HM--LdM-t|M-^X^@^@^@^@^@@$M-^HM--LdM-t|M-^X^@^@^@^@^@@$M-^HM--LdM-t|M-^X...
```
ur server works fine