Files
shadowsocks-rust/examples/config.json
2021-07-21 22:49:53 +08:00

10 lines
199 B
JSON

{
"server": "127.0.0.1",
"server_port": 8388,
"local_port": 1080,
"local_address": "127.0.0.1",
"password": "password",
"timeout": 300,
"method": "aes-256-gcm"
}