is dns64 a global setting?

Hi,

is it possible to offer two interfaces
with a single unbound instance where
one has dns64 enabled and the other does not?

(or does that require one unbound instance each)

thanks,
Christoph

I am not sure if this is the best implementation, but you could use view:, local-zone: and local-data: to mask the DNS64 synthetic domain.
You could use 'local-zone: # always_nxdomain' or you could use 'local-zone: # static' and add some dead end SOA and NS records.
Hope that helps.
Eric