[PR #94] [MERGED] Add support for PTR records #269

Closed
opened 2026-03-01 17:24:54 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (7)

  • bb46650 Add support for PTR records
  • bcc10c2 Adding ignore pattern for .idea editor & dns/geodns.conf file
  • bb4e5c2 Adding PTR support
  • 1e67dbd Adding example reverse zone in complement of example.com.
  • 014d2a7 Added example dig request for a reverse lookup
  • 4662ce4 Added a simpler example to dig reverse zones
  • 1da8743 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/abh/geodns/pull/94 **Author:** [@faide](https://github.com/faide) **Created:** 5/24/2016 **Status:** ✅ Merged **Merged:** 5/24/2016 **Merged by:** [@abh](https://github.com/abh) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`bb46650`](https://github.com/abh/geodns/commit/bb4665048bfd5abea86390514dca4cd88dc6a108) Add support for PTR records - [`bcc10c2`](https://github.com/abh/geodns/commit/bcc10c2fb6eccfef9b28dff28bf0ab408552a1c6) Adding ignore pattern for .idea editor & dns/geodns.conf file - [`bb4e5c2`](https://github.com/abh/geodns/commit/bb4e5c2ea2140e844ed81b4f57b6acd5e52eec60) Adding PTR support - [`1e67dbd`](https://github.com/abh/geodns/commit/1e67dbda3585060f62613d6e27d570100d225e70) Adding example reverse zone in complement of example.com. - [`014d2a7`](https://github.com/abh/geodns/commit/014d2a7b6f8a9b322651bb4e065c9d96376d488e) Added example dig request for a reverse lookup - [`4662ce4`](https://github.com/abh/geodns/commit/4662ce459b45b6c074adbc548d60f0e0f5100c12) Added a simpler example to dig reverse zones - [`1da8743`](https://github.com/abh/geodns/commit/1da8743cb5445f13b206901ca9ac6fd660b96c51) Add PTR serve test ### 📊 Changes **5 files changed** (+44 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:24:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/geodns#269
No description provided.