mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #141] Add support for CAA record #90
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#90
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?
Originally created by @wiza on GitHub (Mar 23, 2017).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/141
Please add support for CAA record per RFC 6844, supported in powerdns 4.0.0.
https://doc.powerdns.com/md/types/
@righter83 commented on GitHub (Mar 31, 2017):
DIFF index.php
@tuxis-ie commented on GitHub (Mar 31, 2017):
@righter83 That is too fast. What kind of value is in CAA ? Should it be quoted, treated like a TXT record?
@righter83 commented on GitHub (Mar 31, 2017):
@tuxis-ie
Now it's a new special record:
https://sslmate.com/labs/caa/
It's not quoted, but it has quotes inside the record.value
@HLFH commented on GitHub (Apr 2, 2017):
Following this discussion, for Let's Encrypt, it is recommended to use CAA with Critical Flag enabled: https://community.letsencrypt.org/t/caa-setup-for-lets-encrypt/9893
Since the WebUI NSEdit is the best PowerDNS API based editor, it would be great to support CAA RRs.