dnsdist: fix missing quote in menu
Fixes missing double quote in menu Signed off by: James Taylor <james@jtaylor.id.au>
This commit is contained in:
parent
9669044008
commit
a771736f85
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue