mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[PR #1549] [MERGED] Cloudflare DNS comments #8466
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#8466
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/0xJacky/nginx-ui/pull/1549
Author: @0xJacky
Created: 2/7/2026
Status: ✅ Merged
Merged: 2/7/2026
Merged by: @0xJacky
Base:
dev← Head:cursor/cloudflare-dns-comments-299c📝 Commits (3)
ddbd081feat(dns): add comment support for Cloudflare DNS records35b3688fix(dns): decouple comment column visibility and preserve comments in DDNS updates16dcee1fix: resolve code duplication and missing comment field in DNS records📊 Changes
8 files changed (+46 additions, -1 deletions)
View changed files
📝
api/dns/dto.go(+2 -0)📝
app/src/api/dns.ts(+2 -0)📝
app/src/views/dns/DNSRecordManager.vue(+8 -1)📝
app/src/views/dns/components/DNSRecordForm.vue(+8 -0)📝
app/src/views/dns/components/DNSRecordTable.vue(+13 -0)📝
internal/dns/ddns.go(+1 -0)📝
internal/dns/provider.go(+2 -0)📝
internal/dns/providers/cloudflare/provider.go(+10 -0)📄 Description
Add support for Cloudflare DNS record comments to allow users to manage descriptive notes for their records.
Cloudflare is one of the DNS providers that supports adding comments to individual DNS records. This PR integrates this feature, allowing users to view, add, and edit comments directly within the application for their Cloudflare-managed domains.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.