rgnldo
Very Senior Member
I would like to know what options he is setting to dnsmasq to have it forwarding to unbound.
The problem is that Diversion needs dnsmasq's DNS forwarding. With this, the query traffic will be split with unbound, not getting full operation of unbound privacy. The forward-zone option adds more privacy by eliminating name resolution by the ISP.#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_delete "no-negcache" $CONFIG
pc_replace "cache-size=1500" "cache-size=0" $CONFIG
pc_append "port=0" $CONFIG
pc_append "dhcp-option=6,IPDNSROUTER" $CONFIG