wireguard hideme privoxy and socks proxy
8.7K
wg_hideme_privoxy wireguard vpn client with privoxy and microsocks in docker its a hideme vpn client ONLY mount to use as sample Container Path: /config <> /mnt/user/appdata/wg_hideme_privoxy/
docker run -d \
--name=wg_hideme_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 HIDEME_SERVER=de.hideservers.net \
-e HIDEME_FILE=hideme.yaml \
-e HIDEME_USER=hidemeLogin \
-e HIDEME_PASS=hidemePass \
-p 8080:8080/tcp \
-p 1080:1080/tcp \
-v /mnt/user/appdata/wg_hideme_privoxy/:/config:rw \
--cap-add=NET_ADMIN --device /dev/net/tun --sysctl net.ipv6.conf.all.disable_ipv6=0 --dns=8.8.8.8 \
alturismo/wg_hideme_privoxy
Environment Variables
LOCAL_NET - CIDR mask of the local IP addresses which will acess the proxy and bypass it, comma seperated
HIDEME_SERVER - HideMe Server to use
HIDEME_FILE - configuration file, only edit when you know what you do
HIDEME_USER - your HideMe username for your vpn
HIDEME_PASS - your HideMe password for your vpn
HIDEME_SOCKS - set to off to disable
HIDEME_PRIVOXY - set to off to disable
ONLINECHECK - set to off to disable
ONLINECHECK_IP - default 8.8.4.4 set own to change \
TZ - Timezone, not relevant for function
port 8080 privoxy
port 1080 socks proxy
hideme.client will replace dns servers and has a killswitch included, also reconnections are set to check every 3 minutes in case of disconnects thanks to this nice app by hideme
Content type
Image
Digest
sha256:c26243cc3…
Size
25.5 MB
Last updated
over 1 year ago
docker pull alturismo/wg_hideme_privoxy