GithubHelp home page GithubHelp logo

heroku-chisel-shadowsocks's Introduction

heroku-chisel-shadowsocks

shadowsocks server over chisel

Dependent

Data flow

user request <--> shadowsocks client <--> chisel client <--> chisel server <--> shadowsocks server <--> target website

Setup Heroku Server

  • Fork this repository
  • Login to heroku --> Create new app
  • Deploy --> Deployment method --> Github --> choice heroku-chisel-shadowsocks
  • Deploy --> Manual deploy --> Select master branch --> Depoly Branch
  • Open https://<your-herokuapp-identifier>.herokuapp.com in browser, if you see Not found, Done!

Setup chisel client

chisel client https://<your-herokuapp-identifier>.herokuapp.com $LOCALPORT:8888

Setup chisel client on docker (option)

  • docker-compose.yml
version: "2"

services:
  chisel:
    image: jpillora/chisel
    restart: always
    ports:
      - "$LOCALPORT:8888"
    entrypoint: "chisel client --keepalive=2m https://<your-herokuapp-identifier>.herokuapp.com 8888:8888"

Change shadowsocks Server port Method Password (option)

  • Available methods: AEAD_AES_128_GCM AEAD_AES_192_GCM AEAD_AES_256_GCM AEAD_CHACHA20_POLY1305(CHACHA20-IETF-POLY1305) AES-128-CFB AES-128-CTR AES-192-CFB AES-192-CTR AES-256-CFB AES-256-CTR CHACHA20-IETF XCHACHA20
Key Default Info
SSPORT 8888 shadowsocks server port behind heroku
METHOD CHACHA20-IETF-POLY1305 encryption method
PASSWORD steven password
  • Login to heroku --> Settings --> Config Variables --> set SSPORT METHOD PASSWORD
  • Deploy --> Manual deploy --> Select master branch --> Depoly Branch

Config shadowsocks client

  • Host: localhost (or your cloud host)
  • Port: $LOCALPORT (or your cloud host port)
  • Method: CHACHA20-IETF-POLY1305
  • Password: steven

heroku-chisel-shadowsocks's People

Contributors

iineva avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

heroku-chisel-shadowsocks's Issues

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.