Giter Club home page Giter Club logo

freedom-of-internet's Introduction

freedom-of-internet

:)

OpenVPN

it's mostly https://github.com/kylemanna/docker-openvpn :)

how to use ?

  • openvpn
docker-compose build

to build the container

bash ovpn_init.sh -u udp://server_public_ip

then to generate and export clients:

export CLIENT_NAME="client-1"
bash ovpn_client.sh $CLIENT_NAME
# bash ovpn_client.sh $CLIENT_NAME nopass
bash ovpn_export.sh $CLIENT_NAME

you will have a $CLIENT_NAME.ovpn file in the current directory

Shadowsocks

it's basically V2ShadowRay from https://github.com/Unleash-the-internet/V2ShadowRay

edit config.json to change server's password don't change ip or ports, those will be handled via Docker

DOH / PiHole

pihole and DNS Over HTTPS

MTProto

Telegram's MTProto Proxy from https://github.com/alexbers/mtprotoproxy, but edited a little to match what we want.

how to run it all ?

copy .env.example to .env

cp .env.example .env

edit .env file as you wish

hostname='localhost'
BOOTP_PORT=67
DNS_PORT=53
DHCP_PORT=68
OPENVPN_PORT=1194
SHADOWSOCKS_PORT=1080
OPENVPN_SERVER_URL=udp://0.0.0.0
SERVER_IP=0.0.0.0
PI_HOLE_PASSWORD=THIS_IS_A_SECURE_PASSWORD
PI_HOLE_HTTP_PORT=180
DOH_SERVER_HTTPS_PORT=443
TELEGRAM_PROXY_PORT=1285

then use docker to run it all

docker-compose up -d

or if you want to build images locally and not use pre-built images

docker-compose up -f docker-compose.build.yml -d

freedom-of-internet's People

Contributors

reloadlife avatar

Stargazers

 avatar

Watchers

 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.