# enable forwarding to known DNS servers echo "forward-zone:\n\tname: \".\"" >> /etc/unbound/unbound.conf grep ^nameserver /etc/resolv.conf | gsed 's;nameserver;\tforward-addr:;' >> /etc/unbound/unbound.conf # generate key for unbound-control unbound-control-setup # enable unbound-control cat >> /etc/unbound/unbound.conf <