This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
https-dns-proxy: bugfix: prevent canary domains duplicates
Signed-off-by: Stan Grishin <stangri@melmac.ca> (cherry picked from commit
f99ada410f
)
lilik-openwrt-22.03
Stan Grishin
2 years ago
parent
127e4e1478
commit
a4a6411e13
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/https-dns-proxy/Makefile
+1
-1
net/https-dns-proxy/files/https-dns-proxy.init
+ 1
- 1
net/https-dns-proxy/Makefile
View File
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
https-dns-proxy
PKG_VERSION
:=
2021-11-22
PKG_RELEASE
:=
5
PKG_RELEASE
:=
6
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_URL
:=
https://github.com/aarond10/https_dns_proxy/
+ 1
- 1
net/https-dns-proxy/files/https-dns-proxy.init
View File
@ -257,7 +257,7 @@ dnsmasq_doh_server() {
add)
if [ "$forceDNS" -ne 0 ]; then
for i in $canaryDomains; do
uci_add_list 'dhcp' "$cfg" 'server' "/${i}/"
uci_add_list
_if_new
'dhcp' "$cfg" 'server' "/${i}/"
done
fi
case $address in
Write
Preview
Loading…
Cancel
Save