Skip to content

zedifen/ss-sub-to-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
}

About

SS Subscription to Configuration Files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages