Giter Site home page Giter Site logo

vicnoah / docker-alpine-sslocalproxy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from io-sgr/docker-alpine-sslocalproxy

0.0 0.0 0.0 6 KB

Tiny image which brings you a http proxy by using privoxy and shadowsocks-libev

License: Apache License 2.0

docker-alpine-sslocalproxy's Introduction

docker-alpine-sslocalproxy

Tiny image which brings you a http proxy by using privoxy and shadowsocks-libev

Usage

  1. Create a Shadowsocks client configuration file at <some_path>/ss-client.json for example, with content:
{
    "server":"<server_ip>",
    "server_port":<server_port>,
    "local_port":1080,
    "password":"<password>",
    "timeout":180,
    "method":"<encryption>"
}
  1. Run the following command:
docker run -d \
    -p <http_port>:8118 \
    -p <socks_port>:1080 \
    -v <some_path>/ss-client.json:/etc/shadowsocks-libev/config.json \
    sgrio/alpine-sslocalproxy
  1. Now you have a HTTP proxy listening at port 8118 and a SOCKS proxy listening at port 1080, go configure your browser with any of it.

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.