From 708330cbdd60f36805d2aecaeb056edbd61a556b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 16:22:56 +0800 Subject: [PATCH] update 2023-09-28 16:22:56 --- luci-app-mosdns/root/usr/share/mosdns/default.yaml | 5 +++-- v2ray-geodata/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/luci-app-mosdns/root/usr/share/mosdns/default.yaml b/luci-app-mosdns/root/usr/share/mosdns/default.yaml index 1e0feb767..0bb557db5 100644 --- a/luci-app-mosdns/root/usr/share/mosdns/default.yaml +++ b/luci-app-mosdns/root/usr/share/mosdns/default.yaml @@ -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" diff --git a/v2ray-geodata/Makefile b/v2ray-geodata/Makefile index f500c864f..90848bcd7 100644 --- a/v2ray-geodata/Makefile +++ b/v2ray-geodata/Makefile @@ -12,13 +12,13 @@ PKG_MAINTAINER:=Tianling Shen 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