Update shadowsocks configuration

This commit is contained in:
Teddysun 2015-02-05 18:05:05 +08:00
parent 500687357b
commit 20ccbd4fb4
4 changed files with 4 additions and 4 deletions

View File

@ -145,7 +145,7 @@ function config_shadowsocks(){
fi
cat > /etc/shadowsocks/config.json<<-EOF
{
"server":"${IP}",
"server":"0.0.0.0",
"server_port":8989,
"local_port":1080,
"password":"${shadowsockspwd}",

View File

@ -108,7 +108,7 @@ function config_shadowsocks(){
fi
cat > /etc/shadowsocks/config.json<<-EOF
{
"server":"${IP}",
"server":"0.0.0.0",
"server_port":8989,
"local_address":"127.0.0.1",
"local_port":1080,

View File

@ -130,7 +130,7 @@ function config_shadowsocks(){
fi
cat > /etc/shadowsocks-libev/config.json<<-EOF
{
"server":"${IP}",
"server":"0.0.0.0",
"server_port":8989,
"local_address":"127.0.0.1",
"local_port":1080,

View File

@ -120,7 +120,7 @@ function download_files(){
function config_shadowsocks(){
cat > /etc/shadowsocks.json<<-EOF
{
"server":"${IP}",
"server":"0.0.0.0",
"server_port":8989,
"local_address": "127.0.0.1",
"local_port":1080,