mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[GH-ISSUE #11] version.bind/authors.bind #155
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#155
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 @miekg on GitHub (Sep 3, 2012).
Original GitHub issue: https://github.com/abh/geodns/issues/11
Hello,
I've added default handlers for authors.{bind|server} and version.{bind|server} in Go DNS. If you want you can add them to geodns (don't feel obliged). See https://github.com/miekg/dns/blob/master/ex/reflect/reflect.go for an example. The dns.Authors list and dns.Version is public so you can override it.
@abh commented on GitHub (Sep 3, 2012):
I will add that. It already has something similar with (more) public information anyway:
@miekg commented on GitHub (Sep 3, 2012):
[ Quoting notifications@github.com in "Re: [geodns] version.bind/authors.b..." ]
Cool. Yeah I'm using that 'dig' too to check if it's still running :)
Regards,