Browse Source

fix netflix shunt redir port

lean 4 years ago
parent
commit
c4b232ea22
2 changed files with 2 additions and 2 deletions
  1. 1 1
      luci-app-ssr-plus/Makefile
  2. 1 1
      luci-app-ssr-plus/root/etc/init.d/shadowsocksr

+ 1 - 1
luci-app-ssr-plus/Makefile

@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=luci-app-ssr-plus
 PKG_VERSION:=182
-PKG_RELEASE:=6
+PKG_RELEASE:=7
 
 define Package/$(PKG_NAME)/conffiles
 /etc/config/shadowsocksr

+ 1 - 1
luci-app-ssr-plus/root/etc/init.d/shadowsocksr

@@ -617,7 +617,7 @@ load_config() {
 		if [ "$SHUNT_SERVER" == "$GLOBAL_SERVER" ]; then
 			shunt="1"
 		else
-			shunt="$tmp_shunt_dns_port"
+			shunt="$tmp_shunt_port"
 			shunt_config_file=$TMP_PATH/shunt-ssr-retcp.json
 			shunt_dns_config_file=$TMP_PATH/shunt-dns-ssr-plus.json
 			start_shunt