immortalwrt/package/network/services
Yousong Zhou 0fd214533d
dnsmasq: abort when dnssec requested but not available
Before this commit, if uci option "dnssec" was set, we pass "--dnssec"
and friends to dnsmasq, let it start and decide whether to quit and
whether to emit message for diagnosis

  # dnsmasq --dnssec; echo $?
  dnsmasq: DNSSEC not available: set HAVE_DNSSEC in src/config.h
  1

DNSSEC as a feature is different from others like dhcp, tftp in that
it's a security feature.  Better be explicit.  With this change
committed, we make it so by not allowing it in the first in the
initscript, should dnsmasq later decides to not quit (not likely) or
quit without above explicit error (unlikely but less so ;)

So this is just being proactive.  on/off choices with uci option
"dnssec" are still available like before

Link: https://github.com/openwrt/openwrt/pull/3265#issuecomment-667795302
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-08-07 17:48:19 +08:00
..
dnsmasq dnsmasq: abort when dnssec requested but not available 2020-08-07 17:48:19 +08:00
dropbear dropbear: make rsa-sha2-256 pubkeys usable again 2020-07-08 12:00:54 +08:00
ead treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
hostapd Merge Lean's source 2020-05-30 12:25:05 +08:00
igmpproxy treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
ipset-dns treewide: switch to /tmp/resolv.conf.d/resolv.conf.auto 2020-07-25 19:47:13 +08:00
lldpd lldpd: add management IP setting 2020-05-10 12:07:11 +08:00
odhcpd odhcpd: bump to latest git HEAD 2020-07-04 11:35:33 +08:00
omcproxy treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
openvpn openvpn: add generic hotplug mechanism 2020-06-18 08:05:10 +08:00
openvpn-easy-rsa fix permission 2019-09-30 14:27:46 +08:00
ppp ppp: revert change 2020-07-25 00:17:28 +08:00
relayd relayd: bump to version 2020-04-25 2020-04-30 18:55:46 +08:00
samba36 samba36: smb.conf.template socktet settings 2019-10-12 08:24:08 -07:00
shellsync shellsync: add kmod-macvlan depend 2020-03-08 03:04:16 -07:00
uhttpd uhttpd: update to the latest master 2020-08-06 02:40:59 +08:00
umdns umdnsd: update to latest git HEAD 2020-06-11 11:58:12 +08:00
wireguard Bump wireguard to 1.0.20200729 2020-07-31 00:12:34 +08:00