update 2025-12-30 20:52:33

This commit is contained in:
kenzok8
2025-12-30 20:52:33 +08:00
parent 535be1e09b
commit 5045515b80
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gn.googlesource.com/gn.git PKG_SOURCE_URL:=https://gn.googlesource.com/gn.git
PKG_SOURCE_DATE:=2025-12-21 PKG_SOURCE_DATE:=2025-12-21
PKG_SOURCE_VERSION:=64d35867ca0a1088f13de8f4ccaf1a5687d7f1ce PKG_SOURCE_VERSION:=64d35867ca0a1088f13de8f4ccaf1a5687d7f1ce
PKG_MIRROR_HASH:=0fc81f9f57c89030264fdf8d65f3473e8c353f4e6a9096226a4a818ad4fbdf8e PKG_MIRROR_HASH:=c86488417de71fc7acd3da69b3470824cba2e6abf290078002974955d57a81f1
PKG_LICENSE:=BSD 3-Clause PKG_LICENSE:=BSD 3-Clause
PKG_LICENSE_FILES:=LICENSE PKG_LICENSE_FILES:=LICENSE

View File

@@ -1398,7 +1398,7 @@ function gen_config(var)
address = remote_dns_udp_server or remote_dns_tcp_server, address = remote_dns_udp_server or remote_dns_tcp_server,
port = tonumber(remote_dns_udp_port) or tonumber(remote_dns_tcp_port), port = tonumber(remote_dns_udp_port) or tonumber(remote_dns_tcp_port),
network = remote_dns_udp_server and "udp" or "tcp", network = remote_dns_udp_server and "udp" or "tcp",
nonIPQuery = "drop" nonIPQuery = "reject"
} }
}) })

View File

@@ -21,13 +21,13 @@ define Download/geoip
HASH:=6878dbacfb1fcb1ee022f63ed6934bcefc95a3c4ba10c88f1131fb88dbf7c337 HASH:=6878dbacfb1fcb1ee022f63ed6934bcefc95a3c4ba10c88f1131fb88dbf7c337
endef endef
GEOSITE_VER:=20251229125847 GEOSITE_VER:=20251230092642
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:=76a04c2cdc92fe224f6367112fb67a7593b0882784aebecba66f8a531777b241 HASH:=27f02a97c8a6b5504d239f6d9246262010243573cf4deb28ddc4ea0b094a4d18
endef endef
GEOSITE_IRAN_VER:=202512290048 GEOSITE_IRAN_VER:=202512290048