Optimize configuration files
This commit is contained in:
parent
6ea59c4ff3
commit
9a800fd3b2
1 changed files with 2 additions and 4 deletions
|
@ -481,8 +481,7 @@ config_shadowsocks() {
|
||||||
"timeout":300,
|
"timeout":300,
|
||||||
"user":"nobody",
|
"user":"nobody",
|
||||||
"method":"${shadowsockscipher}",
|
"method":"${shadowsockscipher}",
|
||||||
"fast_open":false,
|
"fast_open":false
|
||||||
"nameserver":"8.8.8.8"
|
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
@ -506,8 +505,7 @@ EOF
|
||||||
"obfs_param":"",
|
"obfs_param":"",
|
||||||
"redirect":"",
|
"redirect":"",
|
||||||
"dns_ipv6":false,
|
"dns_ipv6":false,
|
||||||
"fast_open":false,
|
"fast_open":false
|
||||||
"workers":1
|
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue