Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/besn0847/alpinevpn
An OpenVN server based on Alpine Linux for minimal footprint
https://github.com/besn0847/alpinevpn
Last synced: 3 months ago
JSON representation
An OpenVN server based on Alpine Linux for minimal footprint
- Host: GitHub
- URL: https://github.com/besn0847/alpinevpn
- Owner: besn0847
- License: apache-2.0
- Created: 2015-11-25T16:58:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T10:00:47.000Z (about 7 years ago)
- Last Synced: 2024-08-02T12:50:48.262Z (6 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 26
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - besn0847/alpinevpn - An OpenVN server based on Alpine Linux for minimal footprint (others)
README
# OpenVPN for Docker on Alpine
Quick instructions: see https://github.com/jpetazzo/dockvpn
Specific for alpine :
```bash
CID=$(docker run -d --privileged -p 1194:1194/udp besn0847/alpinevpn)
docker run -t -i -p 8080:8080 --volumes-from $CID besn0847/alpinevpn serveconfig
```