luci: 4.62-2 (#2439)
This commit is contained in:
parent
226736e6bf
commit
c1a802a438
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=luci-app-passwall
|
PKG_NAME:=luci-app-passwall
|
||||||
PKG_VERSION:=4.62
|
PKG_VERSION:=4.62
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_CONFIG_DEPENDS:= \
|
PKG_CONFIG_DEPENDS:= \
|
||||||
CONFIG_PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy \
|
CONFIG_PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy \
|
||||||
|
@ -809,30 +809,6 @@ function gen_config(var)
|
|||||||
table.insert(protocols, w)
|
table.insert(protocols, w)
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
--[[
|
|
||||||
local _domain = nil
|
|
||||||
if e.domain_list then
|
|
||||||
_domain = {}
|
|
||||||
string.gsub(e.domain_list, '[^' .. "\r\n" .. ']+', function(w)
|
|
||||||
table.insert(_domain, w)
|
|
||||||
end)
|
|
||||||
end
|
|
||||||
local _ip = nil
|
|
||||||
if e.ip_list then
|
|
||||||
_ip = {}
|
|
||||||
string.gsub(e.ip_list, '[^' .. "\r\n" .. ']+', function(w)
|
|
||||||
table.insert(_ip, w)
|
|
||||||
end)
|
|
||||||
end
|
|
||||||
table.insert(rules, {
|
|
||||||
type = "field",
|
|
||||||
outboundTag = outboundTag,
|
|
||||||
balancerTag = balancerTag,
|
|
||||||
domain = _domain,
|
|
||||||
ip = _ip,
|
|
||||||
protocol = protocols
|
|
||||||
})
|
|
||||||
--]]
|
|
||||||
if e.domain_list then
|
if e.domain_list then
|
||||||
local _domain = {}
|
local _domain = {}
|
||||||
string.gsub(e.domain_list, '[^' .. "\r\n" .. ']+', function(w)
|
string.gsub(e.domain_list, '[^' .. "\r\n" .. ']+', function(w)
|
||||||
|
Loading…
Reference in New Issue
Block a user