mirror of
https://github.com/roacn/openwrt-packages.git
synced 2025-01-09 04:18:08 +08:00
🎨 Sync 2024-02-13 00:25
This commit is contained in:
parent
2e55502fde
commit
91c6781ccd
@ -5,7 +5,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-passwall2
|
PKG_NAME:=luci-app-passwall2
|
||||||
PKG_VERSION:=1.25-4
|
PKG_VERSION:=1.25-5
|
||||||
PKG_RELEASE:=
|
PKG_RELEASE:=
|
||||||
|
|
||||||
PKG_CONFIG_DEPENDS:= \
|
PKG_CONFIG_DEPENDS:= \
|
||||||
|
@ -1167,7 +1167,7 @@ function gen_config(var)
|
|||||||
address = remote_dns_udp_server,
|
address = remote_dns_udp_server,
|
||||||
port = tonumber(remote_dns_udp_port) or 53,
|
port = tonumber(remote_dns_udp_port) or 53,
|
||||||
network = _remote_dns_proto or "tcp",
|
network = _remote_dns_proto or "tcp",
|
||||||
nonIPQuery = "skip"
|
nonIPQuery = "drop"
|
||||||
},
|
},
|
||||||
proxySettings = {
|
proxySettings = {
|
||||||
tag = "direct"
|
tag = "direct"
|
||||||
@ -1670,7 +1670,7 @@ function gen_dns_config(var)
|
|||||||
address = other_type_dns_server or "1.1.1.1",
|
address = other_type_dns_server or "1.1.1.1",
|
||||||
port = other_type_dns_port or 53,
|
port = other_type_dns_port or 53,
|
||||||
network = other_type_dns_proto or "tcp",
|
network = other_type_dns_proto or "tcp",
|
||||||
nonIPQuery = "skip"
|
nonIPQuery = "drop"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user