mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-08 21:42:04 +08:00
dnsmasq: unselect DNSEC
This commit is contained in:
parent
4b93d4f442
commit
260fbd3a46
@ -52,7 +52,7 @@ DEFAULT_PACKAGES.router:=\
|
|||||||
luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-unblockmusic \
|
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-arpbind luci-app-vlmcsd luci-app-wol luci-app-ramfree \
|
||||||
luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol luci-app-cpufreq \
|
luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol luci-app-cpufreq \
|
||||||
ddns-scripts_aliyun ddns-scripts_dnspod
|
ddns-scripts_dnspod
|
||||||
|
|
||||||
ifneq ($(DUMP),)
|
ifneq ($(DUMP),)
|
||||||
all: dumpinfo
|
all: dumpinfo
|
||||||
|
@ -100,7 +100,7 @@ define Package/dnsmasq-full/config
|
|||||||
default y
|
default y
|
||||||
config PACKAGE_dnsmasq_full_dnssec
|
config PACKAGE_dnsmasq_full_dnssec
|
||||||
bool "Build with DNSSEC support."
|
bool "Build with DNSSEC support."
|
||||||
default y
|
default n
|
||||||
config PACKAGE_dnsmasq_full_auth
|
config PACKAGE_dnsmasq_full_auth
|
||||||
bool "Build with the facility to act as an authoritative DNS server."
|
bool "Build with the facility to act as an authoritative DNS server."
|
||||||
default n
|
default n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user