But I want every other request to go to 172.16.255.2 (for example) and instead, it just dies. I’ve tried a second forward-zone with the name “.” following the entry above, but it doesn’t seem to work. I’ve completely disabled the Windows DNS service, in case it matters.
But I want every other request to go to 172.16.255.2 (for example) and
instead, it just dies. I've tried a second forward-zone with the name
"." following the entry above, but it doesn't seem to work. I've
completely disabled the Windows DNS service, in case it matters.
That is how it should work. Append these config lines:
forward-zone:
name: "."
forward-addr: 172.16.255.2
And that should be all that is needed to do what you ask.
Perhaps you also need domain-insecure: "foo.bar" ? (if you have DNSSEC
enabled)