mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 11:55:50 +03:00
[PR #94] [MERGED] Add support for PTR records #129
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#129
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/94
Author: @faide
Created: 5/24/2016
Status: ✅ Merged
Merged: 5/24/2016
Merged by: @abh
Base:
master← Head:master📝 Commits (7)
bb46650Add support for PTR recordsbcc10c2Adding ignore pattern for .idea editor & dns/geodns.conf filebb4e5c2Adding PTR support1e67dbdAdding example reverse zone in complement of example.com.014d2a7Added example dig request for a reverse lookup4662ce4Added a simpler example to dig reverse zones1da8743Add PTR serve test📊 Changes
5 files changed (+44 additions, -2 deletions)
View changed files
📝
.gitignore(+2 -0)📝
README.md(+8 -0)➕
dns/1.168.192.in-addr.arpa.json(+20 -0)📝
serve_test.go(+9 -1)📝
zones.go(+5 -1)📄 Description
Hi there,
I added support for PTR records. I added a single unit test (with example reverse zone) for the PTR records. If you see anything else that should be done please let me know.
Regards,
Florent
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.