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
parent
commit
a771736f85
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/dnsdist/Makefile

+ 1
- 1
net/dnsdist/Makefile View File

@ -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…
Cancel
Save