Route Specific Hostnames to different backends #13407
Unanswered
AlistairMaccallum
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Have you tried using rules instead? Something like should work: addAction("charts.my.domain", PoolAction("google"))
addAction("uptime.my.domain", PoolAction("google"))
addAction(AllRule(), PoolAction("recursor")) You might not even need the last one if you use the default ("") pool for the recursor backend. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a situation where I need to requests for 2 hostnames to 8.8.8.8 instead of to my own authoritive server, is this possible in pdns or dnsdist? I have tried with this lua script in dnsdist but it doesn't seem to be working
Beta Was this translation helpful? Give feedback.
All reactions