dnsmasq: unselect DNSEC

This commit is contained in:
lean 2021-06-19 20:19:26 +08:00
parent 4b93d4f442
commit 260fbd3a46
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ DEFAULT_PACKAGES.router:=\
luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-unblockmusic \
luci-app-arpbind luci-app-vlmcsd luci-app-wol luci-app-ramfree \
luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol luci-app-cpufreq \
ddns-scripts_aliyun ddns-scripts_dnspod
ddns-scripts_dnspod
ifneq ($(DUMP),)
all: dumpinfo

View File

@ -100,7 +100,7 @@ define Package/dnsmasq-full/config
default y
config PACKAGE_dnsmasq_full_dnssec
bool "Build with DNSSEC support."
default y
default n
config PACKAGE_dnsmasq_full_auth
bool "Build with the facility to act as an authoritative DNS server."
default n