[PR #48] [MERGED] Support for SPF records (alpha) #109

Closed
opened 2026-02-28 14:16:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/abh/geodns/pull/48
Author: @afsheenb
Created: 1/7/2014
Status: Merged
Merged: 1/8/2014
Merged by: @abh

Base: masterHead: add_spf_records


📝 Commits (3)

  • 6888e09 Support for SPF records (alpha)
  • 185feee go fmt'd after adding SPF record definition, fixed typo in SPF rr
  • 9d57954 Updated documentation for SPF record, added unit tests and example spf record to test.example.com.json

📊 Changes

6 files changed (+124 additions, -73 deletions)

View changed files

📝 README.md (+12 -0)
📝 dns/test.example.com.json (+1 -0)
📝 serve_test.go (+4 -0)
📝 status.html.go (+73 -73)
📝 zone_test.go (+5 -0)
📝 zones.go (+29 -0)

📄 Description

I was reading the open discussion on issue #20, and decided to take a stab at adding initial support for SPF records. If there's interest in this I can work more on adding tests and the like.


🔄 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/48 **Author:** [@afsheenb](https://github.com/afsheenb) **Created:** 1/7/2014 **Status:** ✅ Merged **Merged:** 1/8/2014 **Merged by:** [@abh](https://github.com/abh) **Base:** `master` ← **Head:** `add_spf_records` --- ### 📝 Commits (3) - [`6888e09`](https://github.com/abh/geodns/commit/6888e0969465cae11cbe520114b1b31394018fe5) Support for SPF records (alpha) - [`185feee`](https://github.com/abh/geodns/commit/185feeeb780273a5f584821e7a69266ab5d2eb4d) go fmt'd after adding SPF record definition, fixed typo in SPF rr - [`9d57954`](https://github.com/abh/geodns/commit/9d579549b8cc38cf2d20c8e9d618a84f7eefd1f0) Updated documentation for SPF record, added unit tests and example spf record to test.example.com.json ### 📊 Changes **6 files changed** (+124 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+12 -0) 📝 `dns/test.example.com.json` (+1 -0) 📝 `serve_test.go` (+4 -0) 📝 `status.html.go` (+73 -73) 📝 `zone_test.go` (+5 -0) 📝 `zones.go` (+29 -0) </details> ### 📄 Description I was reading the open discussion on issue #20, and decided to take a stab at adding initial support for SPF records. If there's interest in this I can work more on adding tests and the like. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:16:25 +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#109
No description provided.