mirror of
https://github.com/shadowsocks/shadowsocks-libev.git
synced 2026-09-25 02:03:53 +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
201 B
JSON
11 lines
201 B
JSON
{
|
|
"server":"127.0.0.1",
|
|
"server_port":8389,
|
|
"local_port":1081,
|
|
"password":"aes_password",
|
|
"timeout":60,
|
|
"method":"aes-256-cfb",
|
|
"local":"127.0.0.1",
|
|
"fast_open":false
|
|
}
|