[PR #15] Add support for Cloudflare scoped API tokens #15

Open
opened 2026-02-26 12:34:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cego/cfzone/pull/15
Author: @dombenson
Created: 4/7/2022
Status: 🔄 Open

Base: masterHead: master


📝 Commits (5)

  • 51dc38e Add support for API token as alternative to full global keys
  • 4200ca7 Reinstate origin passing removed in dns lib refactor
  • 5deeb02 Explicitly allow $INCLUDE - implicitly permitted in earlier dns lib version
  • 899aec7 Update diff logic to reflect Proxied and Priority being pointers
  • 1eb2460 Delete settings.json

📊 Changes

5 files changed (+156 additions, -14 deletions)

View changed files

📝 README.md (+5 -1)
go.mod (+20 -0)
go.sum (+99 -0)
📝 main.go (+20 -7)
📝 recordCollection.go (+12 -6)

📄 Description

go.mod migration for modern building
Reinstate origin override removed in refactor of miekg/dns package usage
Explicitly enable $INCLUDE which is no longer on by default in the miekg/dns package
Handle Cloudflare package changes that use pointers for MX priority and proxied flag
Docs update for token usage


🔄 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/cego/cfzone/pull/15 **Author:** [@dombenson](https://github.com/dombenson) **Created:** 4/7/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`51dc38e`](https://github.com/cego/cfzone/commit/51dc38ebbd9332898f8e9a8fc2db8bddbe5b9895) Add support for API token as alternative to full global keys - [`4200ca7`](https://github.com/cego/cfzone/commit/4200ca7a61df1736205ae185b583f17795f46dbd) Reinstate origin passing removed in dns lib refactor - [`5deeb02`](https://github.com/cego/cfzone/commit/5deeb024c139aac5891b98fd2d684f952743e1f4) Explicitly allow $INCLUDE - implicitly permitted in earlier dns lib version - [`899aec7`](https://github.com/cego/cfzone/commit/899aec71446f5827b2ffe5f07b870a75c1ff52ca) Update diff logic to reflect Proxied and Priority being pointers - [`1eb2460`](https://github.com/cego/cfzone/commit/1eb24609635d02b3a807373b93b43e48991b98b0) Delete settings.json ### 📊 Changes **5 files changed** (+156 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -1) ➕ `go.mod` (+20 -0) ➕ `go.sum` (+99 -0) 📝 `main.go` (+20 -7) 📝 `recordCollection.go` (+12 -6) </details> ### 📄 Description go.mod migration for modern building Reinstate origin override removed in refactor of miekg/dns package usage Explicitly enable $INCLUDE which is no longer on by default in the miekg/dns package Handle Cloudflare package changes that use pointers for MX priority and proxied flag Docs update for token usage --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
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/cfzone#15
No description provided.