From a86f0ee820a5057a6d52f51cce9df7288119b166 Mon Sep 17 00:00:00 2001 From: sbwml Date: Sun, 18 Jun 2023 11:02:19 +0800 Subject: [PATCH] luci-app-alist: allow only one protocol to avoid listening on multiple ports * The introduction of separate HTTP/HTTPS protocols with dedicated ports in alist v3.19.0 is meaningless behavior on OpenWrt. --- luci-app-alist/root/etc/init.d/alist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-alist/root/etc/init.d/alist b/luci-app-alist/root/etc/init.d/alist index 2a8deb9..5ee99fd 100755 --- a/luci-app-alist/root/etc/init.d/alist +++ b/luci-app-alist/root/etc/init.d/alist @@ -61,7 +61,7 @@ start_service() { set_firewall cat /dev/null > $temp_dir/alist.log cat > $CONFIG_DIR/config.json <