Removed local_address in libev configuration

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2018-06-01 21:39:35 +09:00
parent 87a7f528d2
commit 65ec894195
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D
2 changed files with 0 additions and 2 deletions

View File

@ -362,7 +362,6 @@ config_shadowsocks(){
{
"server":${server_value},
"server_port":${shadowsocksport},
"local_address":"127.0.0.1",
"local_port":1080,
"password":"${shadowsockspwd}",
"timeout":600,

View File

@ -397,7 +397,6 @@ config_shadowsocks(){
{
"server":${server_value},
"server_port":${shadowsocksport},
"local_address":"127.0.0.1",
"local_port":1080,
"password":"${shadowsockspwd}",
"timeout":600,