Optimize configuration files

This commit is contained in:
Yuk1n0 2021-07-10 18:44:20 +08:00
parent 6ea59c4ff3
commit 9a800fd3b2
No known key found for this signature in database
GPG key ID: 19A0D6377E84BEE6

View file

@ -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