Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tibeer/openvpn-as


https://github.com/tibeer/openvpn-as

Last synced: about 1 month ago
JSON representation

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
```