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,
|
||||
"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
|
||||
|
|
Loading…
Add table
Reference in a new issue