mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
Fixes https://github.com/shadowsocks/shadowsocks-rust/issues/1700 Signed-off-by: Marek Küthe <m.k@mk16.de>
10 lines
197 B
JSON
10 lines
197 B
JSON
{
|
|
"server": "0.0.0.0",
|
|
"server_port": 8388,
|
|
"local_address": "127.0.0.1",
|
|
"local_port": 1080,
|
|
"password": "barfoo",
|
|
"timeout": 300,
|
|
"method": "chacha20-ietf-poly1305"
|
|
}
|