https://github.com/fjctp/docker-armhf-openvpn-proxy
Docker image OpenVPN proxy server for Raspberry Pi
https://github.com/fjctp/docker-armhf-openvpn-proxy
Last synced: about 2 months ago
JSON representation
Docker image OpenVPN proxy server for Raspberry Pi
- Host: GitHub
- URL: https://github.com/fjctp/docker-armhf-openvpn-proxy
- Owner: fjctp
- License: mit
- Created: 2016-11-19T18:20:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T20:41:37.000Z (over 8 years ago)
- Last Synced: 2025-02-01T23:44:42.799Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# armhf-openvpn-proxy
This is used to create a docker image for a proxy server. The server establish a OpenVPN connection given a config file. Then, it shares that connection using SOCKS proxy server (port 8119).# Build
run `build-latest-images.sh`# Start
## Environment variables
```
OPENVPN_CONFIG: name of openvpn config (in /etc/openvpn)
HOST_LAN: host lan IP range
HOST_IP: host IP address in docker network
```
## interative
run `start-interactive.sh`
## daemon
run `start-daemon.sh`