From 5ee16e4375399312c5574559c46ba8bde14f17e8 Mon Sep 17 00:00:00 2001 From: actions Date: Mon, 12 Feb 2024 18:30:10 +0800 Subject: [PATCH] luci-app-passwall2: sync upstream --- luci-app-passwall2/Makefile | 2 +- luci-app-passwall2/luasrc/passwall2/util_xray.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/luci-app-passwall2/Makefile b/luci-app-passwall2/Makefile index 7a92eef38..428b2245b 100644 --- a/luci-app-passwall2/Makefile +++ b/luci-app-passwall2/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-passwall2 -PKG_VERSION:=1.25-4 +PKG_VERSION:=1.25-5 PKG_RELEASE:= PKG_CONFIG_DEPENDS:= \ diff --git a/luci-app-passwall2/luasrc/passwall2/util_xray.lua b/luci-app-passwall2/luasrc/passwall2/util_xray.lua index 2ec883fb3..f9b8e968b 100644 --- a/luci-app-passwall2/luasrc/passwall2/util_xray.lua +++ b/luci-app-passwall2/luasrc/passwall2/util_xray.lua @@ -1167,7 +1167,7 @@ function gen_config(var) address = remote_dns_udp_server, port = tonumber(remote_dns_udp_port) or 53, network = _remote_dns_proto or "tcp", - nonIPQuery = "skip" + nonIPQuery = "drop" }, proxySettings = { tag = "direct" @@ -1670,7 +1670,7 @@ function gen_dns_config(var) address = other_type_dns_server or "1.1.1.1", port = other_type_dns_port or 53, network = other_type_dns_proto or "tcp", - nonIPQuery = "skip" + nonIPQuery = "drop" } })