Browse Source
Merge pull request #15724 from pprindeville/fix-missing-quote
dnsdist: fix missing quote
lilik-openwrt-22.03
Rosen Penev
3 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
|
|
@ -82,7 +82,7 @@ menu "Configuration" |
|
|
|
default y |
|
|
|
|
|
|
|
config DNSDIST_SODIUM |
|
|
|
bool "Build with libsodium
|
|
|
|
bool "Build with libsodium" |
|
|
|
help |
|
|
|
"Build with libsodium - for encrypted console connections, and DNSCrypt" |
|
|
|
default y |
|
|
|