diff --git a/package/ntlf9t/luci-app-clash/root/usr/share/clash/proxy.sh b/package/ntlf9t/luci-app-clash/root/usr/share/clash/proxy.sh index aaca6f9580..fd244a95ee 100755 --- a/package/ntlf9t/luci-app-clash/root/usr/share/clash/proxy.sh +++ b/package/ntlf9t/luci-app-clash/root/usr/share/clash/proxy.sh @@ -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