Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 661 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 661 Bytes

SS Subscription to Configuration Files

Simple Python script for converting Shadowsocks SIP008 subscription to Shadowsock-Rust's sslocal (config,json) and shadowsocks-windows-gui-rust's russ (russ.json) configuration file.

Notice:

sslocal run as a socks5 server by default. Unfortunately, Socks5 support on Windows varies between applications. One may find useful adding "protocol": "http" to config.json.

{
  "protocol": "http",
  "local_address": "127.0.0.1",
  "local_port": 1080,
}