Hello,

We recently switched to using Unbound instead of DNSMasq to forward DNS 
requests to upstream servers. As a result we were informed that the change 
‘broke” AWS EMR deployments. Since AWS VPC can be large and instances come and 
go quickly the previous deployments leveraged doing forward and reverse DNS 
with a synthetic domain option:
https://serverfault.com/questions/862279/dnsmasq-as-authoritative-dns-server-with-synth-domain

dnsmasq --listen-address=127.0.0.1 --synth-domain=vpc.internal,10.140.0.0/21,ip-

A lookup for an IP in the CIDR block 10.140.0.0/21 will return a name that it 
constructs with the parameters provided (for reverse DNS), it will also work 
for forward look ups.

My question is if there is a similar option for Unbound? I cannot find anything 
in the documentation besides creating a local zone file with all the possible 
Ips/Names configured.

Thanks!
--
Daniel

Reply via email to