mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-09-11 02:44:23 +08:00
update 2026-08-24 16:40:52
This commit is contained in:
@@ -172,7 +172,6 @@ o = s:option(Value, "udp_no_redir_ports", translate("UDP No Redir Ports"),
|
||||
o:value("", translate("Use global config") .. "(" .. UDP_NO_REDIR_PORTS .. ")")
|
||||
o:value("disable", translate("No patterns are used"))
|
||||
o:value("1:65535", translate("All"))
|
||||
o:value("1:52,54:442,444:65535", translatef("Forward only %s", "53, 443"))
|
||||
o:depends("mode", "1")
|
||||
o.validate = port_validate
|
||||
|
||||
|
||||
@@ -74,7 +74,6 @@ o = s:option(Value, "udp_no_redir_ports", translate("UDP No Redir Ports"),
|
||||
o.default = "disable"
|
||||
o:value("disable", translate("No patterns are used"))
|
||||
o:value("1:65535", translate("All"))
|
||||
o:value("1:52,54:442,444:65535", translatef("Forward only %s", "53, 443"))
|
||||
o.validate = port_validate
|
||||
|
||||
---- TCP Proxy Drop Ports
|
||||
|
||||
@@ -845,9 +845,6 @@ msgstr "常用的"
|
||||
msgid "Only Web"
|
||||
msgstr "仅网页"
|
||||
|
||||
msgid "Forward only %s"
|
||||
msgstr "仅转发 %s 端口"
|
||||
|
||||
msgid "default"
|
||||
msgstr "默认"
|
||||
|
||||
|
||||
@@ -21,13 +21,13 @@ define Download/geoip
|
||||
HASH:=c67bd077eb102cec74fab759b73d17f99275f56af10a87c14d9fd983508f5ce1
|
||||
endef
|
||||
|
||||
GEOSITE_VER:=20260819144818
|
||||
GEOSITE_VER:=20260824014107
|
||||
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER)
|
||||
define Download/geosite
|
||||
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/
|
||||
URL_FILE:=dlc.dat
|
||||
FILE:=$(GEOSITE_FILE)
|
||||
HASH:=f1fad85e66a838669b369f92ed0f02d14d67f8aa035d7d21df932906d50082e9
|
||||
HASH:=f6ed069213b5cb087ebb2d60d0b086b5eb0de42b4de0eba90cbacc4790d6a78e
|
||||
endef
|
||||
|
||||
GEOSITE_IRAN_VER:=202608240025
|
||||
|
||||
Reference in New Issue
Block a user