Giter Site home page Giter Site logo

awkee / ss_auto_config Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 1.0 19 KB

This is a tool for shadowsocks client in linux , you can use it to generate config.json file from some ss free website qr-code or ss uri address

License: GNU General Public License v3.0

Python 100.00%

ss_auto_config's Introduction

ss_auto_config

This is a tool for shadowsocks client in linux , you can use it to generate config.json file from some ss free website qr-code or ss uri address

This is a auto-configuration demo for shadowsocks client. If you have any better tools or method , I wish you may email or leave a message to me to share .

about SS URI and QR code

Shadowsocks for Android / iOS also accepts BASE64 encoded URI format configs:

ss://BASE64-ENCODED-STRING-WITHOUT-PADDING

Where the plain URI should be:

ss://method[-auth]:password@hostname:port

For example, we have a server at 192.168.100.1:8888 using bf-cfb encryption method and password test with onetime authentication enabled. Then, with the plain URI ss://bf-cfb-auth:[email protected]:8888, we can generate the BASE64 encoded URI:

ss://YmYtY2ZiLWF1dGg6dGVzdEAxOTIuMTY4LjEwMC4xOjg4ODg

This URI can also be encoded to QR code. Then, just scan it with your Android / iOS devices:

Click this for More

about autoss

if you always use shadowsocks to browser google / duckduckgo or youtube website , may be you will like it.

Overview

autoss.py can download the ss-qrcode-url image , decode it and format the config info into the config.json file , which you can use to start the ss client service.

Requirement

  • zbar : use to decode qrcode image
  • wget : use to download the url image file
  • shadowsocks : use to start shadowsocks client service,like sslocal script file

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.