mirror of
https://github.com/abh/geodns.git
synced 2026-04-26 19:35:51 +03:00
[PR #95] [CLOSED] Add forwarder capability #130
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#130
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?
📋 Pull Request Information
Original PR: https://github.com/abh/geodns/pull/95
Author: @faide
Created: 5/27/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
7b03400Adding support for forwarder0fdf185Remove uninteresting logging📊 Changes
2 files changed (+56 additions, -1 deletions)
View changed files
📝
geodns.go(+8 -0)📝
zones.go(+48 -1)📄 Description
Hi there,
I added a simplistic forwarder support and I would like to discuss of its usefulness and design with you. This is by no way a final implementation.
My aim through this PR and the previous one is to be able to use geodns as a DNS server for internal networks. This kind of use case obviously needs forwarding (more than geocoding)
If you are interested in this allowing me to support this use case I think I'll need to implement caching for the forwarded request (using the TTL as an expiration timer) to improve performance and lower the burden on the upstream DNS.
What do you think?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.