From 9a800fd3b2aa9f40e01a0cb3546d47d562148445 Mon Sep 17 00:00:00 2001 From: Yuk1n0 <39364985+Yuk1n0@users.noreply.github.com> Date: Sat, 10 Jul 2021 18:44:20 +0800 Subject: [PATCH] Optimize configuration files --- shadowsocks.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/shadowsocks.sh b/shadowsocks.sh index f3bea93..71ff511 100644 --- a/shadowsocks.sh +++ b/shadowsocks.sh @@ -481,8 +481,7 @@ config_shadowsocks() { "timeout":300, "user":"nobody", "method":"${shadowsockscipher}", - "fast_open":false, - "nameserver":"8.8.8.8" + "fast_open":false } EOF @@ -506,8 +505,7 @@ EOF "obfs_param":"", "redirect":"", "dns_ipv6":false, - "fast_open":false, - "workers":1 + "fast_open":false } EOF fi