update 2023-09-28 16:22:56

This commit is contained in:
github-actions[bot] 2023-09-28 16:22:56 +08:00
parent 710f7cc09c
commit 708330cbdd
2 changed files with 5 additions and 4 deletions

View File

@ -179,8 +179,9 @@ plugins:
- tag: query_is_apple_domain
type: sequence
args:
- matches: qname $geosite_apple
exec: $forward_dnspod_udp
- matches: "!qname $geosite_apple"
exec: return
- exec: $forward_local
- matches: "!resp_ip $geoip_cn"
exec: drop_resp
- matches: "!has_resp"

View File

@ -12,13 +12,13 @@ PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
include $(INCLUDE_DIR)/package.mk
GEOIP_VER:=202309210037
GEOIP_VER:=202309280037
GEOIP_FILE:=geoip.dat.$(GEOIP_VER)
define Download/geoip
URL:=https://github.com/v2fly/geoip/releases/download/$(GEOIP_VER)/
URL_FILE:=geoip.dat
FILE:=$(GEOIP_FILE)
HASH:=96a36230f66bada39b09b5613b8633bf1b2306b72fd09f452f2da6fc9739edd6
HASH:=32ce0b6333d03234ad8c43c3c91645cb28fca4f6176e69f4d08bbbc7ea7b7835
endef
GEOSITE_VER:=20230926092720