update 2023-05-27 16:20:45

This commit is contained in:
github-actions[bot] 2023-05-27 16:20:45 +08:00
parent 68c7444215
commit 0e8232663b

View File

@ -1212,8 +1212,8 @@ EOF
#Multiplex
if [ ! -z "$multiplex" ]; then
cat >> "$SERVER_FILE" <<-EOF
smux:
enabled: $multiplex
smux:
enabled: $multiplex
EOF
if [ -n "$multiplex_protocol" ]; then
cat >> "$SERVER_FILE" <<-EOF