update 2024-12-09 09:44:46

This commit is contained in:
kenzok8 2024-12-09 09:44:46 +08:00
parent bc66930bd8
commit d601d7747a
3 changed files with 6 additions and 6 deletions

View File

@ -43,7 +43,7 @@ function o.validate(self, value)
end end
o = s:option(Value, "check_ip", translate("Check IP")) o = s:option(Value, "check_ip", translate("Check IP"))
o.rmempty = false o.rmempty = true
o.datatype = "ipaddr" o.datatype = "ipaddr"
o:depends("role", "fallback") o:depends("role", "fallback")

View File

@ -7,11 +7,11 @@
{ {
if (st.running) if (st.running)
{ {
tb.innerHTML = '<br/><em style=\"color:green\"><%:The floatip service is running.%></em>'; tb.innerHTML = '<br/><em style=\"color:green\"><%:The FloatingGateway service is running.%></em>';
} }
else else
{ {
tb.innerHTML = '<br/><em style=\"color:red\"><%:The floatip service is not running.%></em>'; tb.innerHTML = '<br/><em style=\"color:red\"><%:The FloatingGateway service is not running.%></em>';
} }
} }
} }
@ -19,7 +19,7 @@
//]]></script> //]]></script>
<fieldset class="cbi-section"> <fieldset class="cbi-section">
<legend><%:FloatIP Status%></legend> <legend><%:FloatingGateway Status%></legend>
<p id="floatip_status"> <p id="floatip_status">
<em><%:Collecting data...%></em> <em><%:Collecting data...%></em>
</p> </p>

View File

@ -30,13 +30,13 @@ define Download/geosite
HASH:=f04433837b88a3f49d7cd6517c91e8f5de4e4496f3d88ef3b7c6be5bb63f4c6f HASH:=f04433837b88a3f49d7cd6517c91e8f5de4e4496f3d88ef3b7c6be5bb63f4c6f
endef endef
GEOSITE_IRAN_VER:=202412020038 GEOSITE_IRAN_VER:=202412090039
GEOSITE_IRAN_FILE:=iran.dat.$(GEOSITE_IRAN_VER) GEOSITE_IRAN_FILE:=iran.dat.$(GEOSITE_IRAN_VER)
define Download/geosite-ir define Download/geosite-ir
URL:=https://github.com/bootmortis/iran-hosted-domains/releases/download/$(GEOSITE_IRAN_VER)/ URL:=https://github.com/bootmortis/iran-hosted-domains/releases/download/$(GEOSITE_IRAN_VER)/
URL_FILE:=iran.dat URL_FILE:=iran.dat
FILE:=$(GEOSITE_IRAN_FILE) FILE:=$(GEOSITE_IRAN_FILE)
HASH:=c7db5e593e8d31b6f5b33ff4b7fad2030e24c7b87f13a2443b1fd0f71d351813 HASH:=28ff3c2ca01880ab5e0cc405afd55f42864da6cf1276bd89adbe704c6d28266c
endef endef
define Package/v2ray-geodata/template define Package/v2ray-geodata/template