From fd3c3c8bcbb76d8e909052e0fdce9c8bd3ae72d5 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Mon, 30 Mar 2020 19:47:06 +0800 Subject: [PATCH] luci-app-clash: sync with upstream source --- package/ntlf9t/luci-app-clash/root/usr/share/clash/proxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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