From 5e528d43fcc8a7176215bbe95f59fed0458ec8d2 Mon Sep 17 00:00:00 2001 From: swxk <61259428+swxk521@users.noreply.github.com> Date: Mon, 12 Apr 2021 06:11:46 +0800 Subject: [PATCH] luci-app-ssr-plus: fix netflix shunt bug Signed-off-by: Tianling Shen --- .../luci-app-ssr-plus/root/usr/share/shadowsocksr/gfw2ipset.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/luci-app-ssr-plus/root/usr/share/shadowsocksr/gfw2ipset.sh b/package/lean/luci-app-ssr-plus/root/usr/share/shadowsocksr/gfw2ipset.sh index 8de569219d..66d2b255a9 100755 --- a/package/lean/luci-app-ssr-plus/root/usr/share/shadowsocksr/gfw2ipset.sh +++ b/package/lean/luci-app-ssr-plus/root/usr/share/shadowsocksr/gfw2ipset.sh @@ -18,7 +18,7 @@ case "$(uci_get_by_type global netflix_server nil)" in nil) rm -f $TMP_DNSMASQ_PATH/netflix_forward.conf ;; -$(uci_get_by_type global global_server nil) | same) +$(uci_get_by_type global global_server nil) | $switch_server | same) netflix $dns_port ;; *)