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