Files
shadowsocks-libev/tests/aes.json
Roger Shimizu 44c557c170 Update config under tests/ folder
Fix tests by using "local" setting instead of "local_address" in config.

This is mentioned in:
- https://github.com/shadowsocks/shadowsocks-libev/issues/247
2018-06-09 15:54:08 +09:00

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
}