update 2025-02-19 12:24:49
This commit is contained in:
parent
18205ab23a
commit
02b775a56a
|
@ -235,16 +235,16 @@ case "$1" in
|
||||||
mv -f "$RESOURCES_DIR/asn.mmdb" "$RESOURCES_DIR/../asn.mmdb"
|
mv -f "$RESOURCES_DIR/asn.mmdb" "$RESOURCES_DIR/../asn.mmdb"
|
||||||
;;
|
;;
|
||||||
"china_ip4")
|
"china_ip4")
|
||||||
check_list_update "$1" "muink/route-list" "release" "china_ipv4.txt"
|
check_list_update "$1" "fcshark-org/route-list" "release" "china_ipv4.txt"
|
||||||
;;
|
;;
|
||||||
"china_ip6")
|
"china_ip6")
|
||||||
check_list_update "$1" "muink/route-list" "release" "china_ipv6.txt"
|
check_list_update "$1" "fcshark-org/route-list" "release" "china_ipv6.txt"
|
||||||
;;
|
;;
|
||||||
"gfw_list")
|
"gfw_list")
|
||||||
check_list_update "$1" "muink/route-list" "release" "gfwlist.txt"
|
check_list_update "$1" "fcshark-org/route-list" "release" "gfwlist.txt"
|
||||||
;;
|
;;
|
||||||
"china_list")
|
"china_list")
|
||||||
check_list_update "$1" "muink/route-list" "release" "china_list2.txt"
|
check_list_update "$1" "fcshark-org/route-list" "release" "china_list2.txt"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo -e "Usage: $0 <ALL / dashboard / geoip / geosite / asn / china_ip4 / china_ip6 / gfw_list / china_list>"
|
echo -e "Usage: $0 <ALL / dashboard / geoip / geosite / asn / china_ip4 / china_ip6 / gfw_list / china_list>"
|
||||||
|
|
|
@ -21,13 +21,13 @@ define Download/geoip
|
||||||
HASH:=f2f5f03da44d007fa91fb6a37c077c9efae8ad0269ef0e4130cf90b0822873e3
|
HASH:=f2f5f03da44d007fa91fb6a37c077c9efae8ad0269ef0e4130cf90b0822873e3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
GEOSITE_VER:=20250216152937
|
GEOSITE_VER:=20250219031756
|
||||||
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER)
|
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER)
|
||||||
define Download/geosite
|
define Download/geosite
|
||||||
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/
|
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/
|
||||||
URL_FILE:=dlc.dat
|
URL_FILE:=dlc.dat
|
||||||
FILE:=$(GEOSITE_FILE)
|
FILE:=$(GEOSITE_FILE)
|
||||||
HASH:=85467d3aa9b8c7cdbd7d979cb28a421e607492aaa6ff52ebaff9032a2ec90bd4
|
HASH:=7fb82385fe16e44b4932d9f9fbd12fa7e146e9e7929a7fb1865bc699c50ef705
|
||||||
endef
|
endef
|
||||||
|
|
||||||
GEOSITE_IRAN_VER:=202502170036
|
GEOSITE_IRAN_VER:=202502170036
|
||||||
|
|
Loading…
Reference in New Issue