luci-app-clash: sync with upstream source

This commit is contained in:
CN_SZTL 2020-04-01 23:09:21 +08:00
parent 4b59db8601
commit d1569de03e
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -378,7 +378,7 @@ EOF
fi
if [ "$skip_cert_verify" = "true" ] && [ "$type" = "ss" ]; then
cat >> "$SERVER_FILE" <<-EOF
skip_cert_verify: true
skip-cert-verify: true
EOF
fi
@ -428,7 +428,7 @@ config_list_foreach "$section" "alpn" set_alpn
fi
if [ "$skip_cert_verify" = "true" ] && [ "$type" = "trojan" ]; then
cat >> "$SERVER_FILE" <<-EOF
skip_cert_verify: true
skip-cert-verify: true
EOF
fi
fi