Browse Source
dnsdist: fix missing quote in menu
Fixes missing double quote in menu
Signed off by: James Taylor <james@jtaylor.id.au>
lilik-openwrt-22.03
James Taylor
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 |
|
|
|