Giter VIP home page Giter VIP logo

shadowsocks-libev-privoxy's Introduction

shadowsocks-libev with privoxy

What is it

This is a docker image base on shadowsocks-libev and integrated with privoxy which use gfwlist to determine whether proxy or not. It work well for me, and only recommend use in mainland china.

How to use

  1. docker run this images with correct map ports
  2. set up your system proxy settings
  3. enjoy it

Maybe you want to add some exception URL to the action list for some special purpose, just visit http://config.privoxy.org when the container is running. You can edit the config on web browser now.

With a docker-compose.yml

version: "3"
services:
  sslocal:
    image: nediiii/shadowsocks-libev-privoxy
    restart: always
    environment:
      SERVER_ADDR: 198.199.101.152
      SERVER_PORT: 8838
      PASSWORD: YOUR_PASSWORD
      METHOD: aes-256-gcm
    ports:
      - 8118:8118
      - 1080:1080
    restart: always
docker-compose up -d

Without a docker-compose.yml

docker run -d \
--name ss-pri \
--restart=always \
-e SERVER_ADDR=198.199.101.152 \
-e SERVER_PORT=8838 \
-e PASSWORD=YOUR_PASSWORD \
-e METHOD=aes-256-gcm \
-p 8118:8118 \
-p 1080:1080 \
nediiii/shadowsocks-libev-privoxy

images info

reference

environment

ENV SERVER_ADDR 0.0.0.0
ENV SERVER_PORT 8388
ENV PASSWORD=
ENV METHOD      aes-256-gcm
ENV TIMEOUT     300

ports

  • 8118 for privoxy (http proxy)
  • 1080 for ss-local (sock5 proxy)

shadowsocks-libev-privoxy's People

Stargazers

 avatar  avatar  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.