mirror of
https://github.com/cego/cfzone.git
synced 2026-04-25 00:15:49 +03:00
[PR #15] Add support for Cloudflare scoped API tokens #15
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cfzone#15
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/cego/cfzone/pull/15
Author: @dombenson
Created: 4/7/2022
Status: 🔄 Open
Base:
master← Head:master📝 Commits (5)
51dc38eAdd support for API token as alternative to full global keys4200ca7Reinstate origin passing removed in dns lib refactor5deeb02Explicitly allow $INCLUDE - implicitly permitted in earlier dns lib version899aec7Update diff logic to reflect Proxied and Priority being pointers1eb2460Delete 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.