Browse Source
Merge pull request #10774 from James-TR/James-TR-patch-1
dnsdist: fix missing quote in menu
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
net/dnsdist/Makefile
|
|
@ -41,7 +41,7 @@ menu "Configuration" |
|
|
|
|
|
|
|
endchoice |
|
|
|
|
|
|
|
comment "DNS over HTTPS/TLS Support
|
|
|
|
comment "DNS over HTTPS/TLS Support" |
|
|
|
depends on !DNSDIST_NOSSL |
|
|
|
|
|
|
|
config DNSDIST_DNS_OVER_HTTPS |
|
|
|