Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tibeer/openvpn-as
https://github.com/tibeer/openvpn-as
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tibeer/openvpn-as
- Owner: tibeer
- Created: 2023-07-05T19:41:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T05:18:14.000Z (over 1 year ago)
- Last Synced: 2023-08-28T07:48:20.618Z (over 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenVPN access server
This repo provides a weekly new build openvpn-as server container image.
Limitiations:
- Only two vpn configs can be created (community version)
- You need to run this as priviledged
- You have to add the NET_ADMIN capability
- Ports 443, 943, 1194/udp are set and not changeable## get the autogenerated admin password
```sh
cat /usr/local/openvpn_as/init.log | grep 'Auto-generated pass' | cut -d '"' -f 2
```