mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[GH-ISSUE #65] Request forwarder support available ? #196
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gugansankar on GitHub (Jun 9, 2015).
Original GitHub issue: https://github.com/abh/geodns/issues/65
Does it has a request forwarder support available ?. Example, if the record is not found on this server, it need to forward the query to some backend resolver as per the forwarder entry.
@abh commented on GitHub (Jul 2, 2015):
It does not and I'm not planning on adding it. You might be able to use dnsdist or something similar to make your setup work:
http://dnsdist.org
http://blog.powerdns.com/2015/03/11/introducing-dnsdist-dns-abuse-and-dos-aware-query-distribution-for-optimal-performance/
@gugansankar commented on GitHub (Jul 7, 2015):
Thanks for your comment. I will have it check this option.