mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #151] [MERGED] SOA for authoritative NXDOMAIN response should be in the Authoritative section #327
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#327
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/acme-dns/acme-dns/pull/151
Author: @cure
Created: 2/6/2019
Status: ✅ Merged
Merged: 2/7/2019
Merged by: @joohoi
Base:
master← Head:master📝 Commits (1)
aa44cc4When appending the SOA for authoritative NXDOMAIN responses, it needs to go in📊 Changes
2 files changed (+5 additions, -5 deletions)
View changed files
📝
dns.go(+1 -1)📝
dns_test.go(+4 -4)📄 Description
When appending the SOA for authoritative NXDOMAIN responses, it needs to go in the Authoritative section, not the Answer section.
This fixes acme-dns validation for the lego Let's Encrypt client.
This issue was identified in lego issue 707 and almost fixed in acme-dns issue 127.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.