mirror of https://github.com/kenzok8/small.git
update 2025-04-06 00:15:45
This commit is contained in:
parent
93eb2ae50e
commit
918daad2af
|
@ -6,7 +6,6 @@ uci batch <<EOF
|
|||
"init": "bypass"
|
||||
}
|
||||
EEOF
|
||||
/etc/init.d/ucitrack reload
|
||||
}
|
||||
delete ucitrack.@bypass[-1]
|
||||
add ucitrack bypass
|
||||
|
|
|
@ -21,13 +21,13 @@ define Download/geoip
|
|||
HASH:=735786c00694313090c5d525516463836167422b132ce293873443613b496e92
|
||||
endef
|
||||
|
||||
GEOSITE_VER:=20250401022534
|
||||
GEOSITE_VER:=20250405160157
|
||||
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:=6c69c83e0d9ee39cb0674515ce1668a411b9824a1c6314291d77bc83cd0c6d56
|
||||
HASH:=bf18a50193c260b5913af089394e49ca92967a1bb416d1e8e651667985e018bc
|
||||
endef
|
||||
|
||||
GEOSITE_IRAN_VER:=202503310039
|
||||
|
|
Loading…
Reference in New Issue