dns - PowerDNS pipe backend, fallback to recursor -


I want to set up a PowerDNS instance with two levels of resolution:

  • A pipe backend is a fallback for a public repeater, such as 8.9.8.8

, I have set the pipe backend correctly and I can successfully query it I am

What do I want to achieve now, when the pipe backend is not answered, I want to get a reply from a public repeater like 8.8.8.8

my pdns.conf In file I

  Permission-Recursion = 0.0.0.0 / 32 # Yes, open for my tests, rough-recursion = yes recursor = 8.8.8.8  

But if I query for the domain not managed by my pipe backend, I get the following:

  $ host -t a www.goo Using the gle.com localhost domain server: Name: Localhost address: 127.0.0.1 # 53Name: www.google.com has no record  

Whether the PDNS-server is recursive Is there an exit code or other information in the pipe backend to tell you to go?

/ P>

  0.0.0.0 / 32  

that is not correct


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -