OPNsense Forum

Archive => 18.7 Legacy Series => Topic started by: ruggerio on November 09, 2018, 04:32:14 PM

Title: Unbound: how to forward local data to dnsmasq
Post by: ruggerio on November 09, 2018, 04:32:14 PM
Hello,

As unbound is not able to handle cnames, i thought about having dnsmasq resolving my localzone.

What i've done so far:
- inserting a domain overwrite with my own domain, inserting localhost and port 5454 on which dnsmasq is listening
- setting local zone type to redirect (which is false...)

I did not get this running. Can anybody help? All i want is:
- if unbound gets a request for my own local domain redirect the request to dnsmasq (where i have all my cnames)
- dnsmasq will give back the answer
- all other requests can be sent out the my providers dns

btw. dnsmasq is configured to not register dhcp and so on.