Code Monkey home page Code Monkey logo

wg_hideme_privoxy's Introduction

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 \
  -e TZ="Europe/Berlin" \
  -e LOCAL_NET=192.168.1.0/24 \
  -e HIDEME_SERVER=de \
  -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=1 \
  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_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 \

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

https://github.com/eventure/hide.client.linux

wg_hideme_privoxy's People

Contributors

alturismo avatar ich777 avatar kartikbhalla12 avatar wmarciano avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.