mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #127] Fix responses to be more standards compliant #51
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#51
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 @lf- on GitHub (Nov 8, 2018).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/127
http://dnsviz.net/d/auth.acme-dns.io/dnssec/
The authoritative bit should be set, which it isn't.
NXDOMAIN responses appear to be incorrectly not returning SOA records.
Requests for types which don't exist are incorrectly returning NXDOMAIN, while they should be returning NOERROR and no records instead.
There's some more broken stuff too, including edns records, but this is a start.
@joohoi commented on GitHub (Dec 13, 2018):
Thank you for opening the issue, you raise valid points. I'm going to look into this.
@joohoi commented on GitHub (Feb 3, 2019):
I finally got around to implement the fixes. EDNS is now handled too (by indicating not implementing it). Sorry that it took so long, but should be fixed now.