Multiple names for each forward zone?

On my machine, I use dnscrypt-proxy (let's suppose it listens on
127.0.0.1:1153) for most DNS queries; in order to avoid slow CDNs
returned by the dnscrypt servers, certain domains are resolved using
regular unencrypted DNS. The unbound setup I want in the first place
would be something like:

Hi Casper,

Why not using a script to generate your config at that point?

Manu

That is a possible way; I was just wondering whether there could be some
way that fulfills my laziness better -- my fault. Many thanks anyway :slight_smile:

Hello,

I think, it was a valid question. I had similar use-cases and solved them exactly
that way, Manu suggested (the only way currently)

No idea if an implementation inside unbound would make the configuration parser
*much* more complex. Otherwise I see the following sample
at least `not less readable` then 2 separate statements.

forward-zone:
  name: "example."
  name: "exacmple.org"
  forward-addr: 192.0.2.53
  forward-addr: 2001:db8::53

Andreas