unbound: expand UCI to cover some popular dnsmasq features 3873/head
authorEric Luehrsen <ericluehrsen@hotmail.com>
Thu, 29 Dec 2016 06:32:31 +0000 (01:32 -0500)
committerEric Luehrsen <ericluehrsen@hotmail.com>
Mon, 23 Jan 2017 01:53:04 +0000 (20:53 -0500)
commitde1198d54d232ff88bcd26c322b584389477b112
tree5e8c2531509bfb80d45ddb9d69657b04a77783cb
parent89e7bb8f38cbe9bec71b2d88a63e346230ed29c7
unbound: expand UCI to cover some popular dnsmasq features

Unbound+DHCP (server of your choice) should be able to replicate
a lot of what dnsmasq provides. With this change set Unbound
still works with dnsmasq, but also it can work with a plain
DHCP server. Features have been added within the UCI itself
to act like dnsmasq.

- alone: name each interface relative to router hostname
- alone: prevent upstream leakage of your domain and '.local'
- dnsmasq: use dnsmasq UCI to configure forwarding clauses
- dhcp: work with odhcpd as example of companion DHCP-DNS
- dhcp: convert DHCPv4 leases into EUI64 SLAAC for DNS records
- all: enable encrypted remote unbound-control using splice conf
- all: allow user spliced conf-files for hybrid UCI and manual conf
-- 'unbound_srv.conf' will be spliced into the 'server:' clause
-- 'unbound_ext.conf' will add clauses to the end, example 'forward:'

README HOW TO for dnsmasq-in-serial, dnsmasq-in-parallel, and
unbound-with-odhcpd have better/added UCI starters. HOW TO for
including unbound_srv.conf and unbound_ext.conf are added.
Document new UCI: add_local_fqdn, add_wan_fqdn, dhcp4_slaac6,
dhcp_link, domain, and domain_type

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
net/unbound/Makefile
net/unbound/files/README.md
net/unbound/files/dnsmasq.sh
net/unbound/files/unbound.init
net/unbound/files/unbound.sh
net/unbound/files/unbound.uci
net/unbound/files/unbound_ext.conf [new file with mode: 0644]
net/unbound/files/unbound_srv.conf [new file with mode: 0644]