[PR #1549] Cloudflare DNS comments #5766

Closed
opened 2026-03-01 15:42:30 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/0xJacky/nginx-ui/pull/1549

State: closed
Merged: Yes


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.


Open in Cursor Open in Web


Note

Medium Risk
Touches provider update/create behavior and record payloads; risk is mainly API compatibility and ensuring comments aren’t inadvertently overwritten/cleared for Cloudflare records.

Overview
Adds end-to-end support for DNS record comment when using Cloudflare: the API DTOs, internal dns.Record/RecordInput, and Cloudflare provider now read/write the comment field (including allowing clearing it on update).

Updates the DNS UI to expose the comment only for Cloudflare domains, adding a Comment field in the create/edit drawer and an optional Comment column in the records table, and wiring the value through edit/create payloads.

Written by Cursor Bugbot for commit 16dcee1397. This will update automatically on new commits. Configure here.

**Original Pull Request:** https://github.com/0xJacky/nginx-ui/pull/1549 **State:** closed **Merged:** Yes --- 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. --- <p><a href="https://cursor.com/background-agent?bcId=bc-43c64b0e-b636-4695-8c37-73d1b9c1a7a9"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-43c64b0e-b636-4695-8c37-73d1b9c1a7a9"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a></p> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Touches provider update/create behavior and record payloads; risk is mainly API compatibility and ensuring comments aren’t inadvertently overwritten/cleared for Cloudflare records. > > **Overview** > Adds end-to-end support for DNS record `comment` when using Cloudflare: the API DTOs, internal `dns.Record`/`RecordInput`, and Cloudflare provider now read/write the comment field (including allowing clearing it on update). > > Updates the DNS UI to expose the comment only for Cloudflare domains, adding a Comment field in the create/edit drawer and an optional Comment column in the records table, and wiring the value through edit/create payloads. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 16dcee1397e0fa44df57513932c30cf819446b27. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
kerem 2026-03-01 15:42:30 +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/nginx-ui#5766
No description provided.