mirror of
https://github.com/shadowsocks/shadowsocks-libev.git
synced 2026-09-25 10:13:54 +00:00
Fix tests by using "local" setting instead of "local_address" in config. This is mentioned in: - https://github.com/shadowsocks/shadowsocks-libev/issues/247
11 lines
197 B
JSON
11 lines
197 B
JSON
{
|
|
"server":"127.0.0.1",
|
|
"server_port":8389,
|
|
"local_port":1081,
|
|
"password":"aes_password",
|
|
"timeout":60,
|
|
"method":"rc4-md5",
|
|
"local":"127.0.0.1",
|
|
"fast_open":false
|
|
}
|