All apps · 0 apps
OVPN_Privoxy
Docker app from alturismo's Repository
Overview
Readme
View on GitHubovpn_privoxy
openvpn with privoxy in docker
after docker start check your config folder, add your *.ovpn file(s) and edit logindata.conf
mount to use as sample
Container Path: /config <> /mnt/user/appdata/openvpn/
docker run -d \
--name=OVPN_Privoxy \
--net=bridge \
--log-opt max-size=10m \
--log-opt max-file=3 \
--privileged=true \
-e TZ="Europe/Berlin" \
-e LOCAL_NET=192.168.1.0/24 \
-e OPENVPN_FILE=Frankfurt.ovpn \
-p 8118:8080/tcp \
-v /mnt/user/appdata/OpenVPN/:/config:rw \
--cap-add=NET_ADMIN --dns=8.8.8.8 \
alturismo/ovpn_privoxy
tested here with hide.me as provider, modified ovpn included, had to add 2 lines
route-delay 10
script-security 2
Environment Variables
LOCAL_NET - CIDR mask of the local IP addresses which will acess the proxy
OPENVPN_FILE - the .ovpn file to use for your connection
OVPN_SOCKS - set to off to disable
OVPN_PRIVOXY - set to off to disable
ONLINECHECK - set to off to disable
ONLINECHECK_IP - default 8.8.4.4 set own to change
KILLALL - set to on restart docker instead reconnect
TZ - Timezone, not relevant for function
logindata.conf
replace username and password with your credentials or create your own file ahead /config/logindata.conf
<username>
<password>
Install OVPN_Privoxy on Unraid in a few clicks.
Find OVPN_Privoxy in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
alturismo/ovpn_privoxyRuntime arguments
- Network
bridge- Shell
sh- Privileged
- true
- Extra Params
--cap-add=NET_ADMIN --device /dev/net/tun --sysctl net.ipv6.conf.all.disable_ipv6=0 --dns=8.8.8.8
Template configuration
Container Path: /config
- Value
- /mnt/user/appdata/OpenVPN/
Container Variable: LOCAL_NET
- Value
- 192.168.1.0/24
Container Variable: OPENVPN_FILE
- Value
- Frankfurt.ovpn
Container Port: 8080
- Target
- 8080
- Value
- 8118
Container Port: 1080
- Target
- 1080
- Value
- 1080
- Value
- on
- Value
- on
- Value
- on
- Value
- 8.8.4.4