فهرست منبع

Update gfw2ipset.sh

swxk 4 سال پیش
والد
کامیت
1853d3587d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      luci-app-ssr-plus/root/usr/share/shadowsocksr/gfw2ipset.sh

+ 1 - 1
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
 	;;
 *)