mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[PR #48] [MERGED] Support for SPF records (alpha) #393
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#393
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/48
Author: @afsheenb
Created: 1/7/2014
Status: ✅ Merged
Merged: 1/8/2014
Merged by: @abh
Base:
master← Head:add_spf_records📝 Commits (3)
6888e09Support for SPF records (alpha)185feeego fmt'd after adding SPF record definition, fixed typo in SPF rr9d57954Updated 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.