mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #111] dynamic dns #44
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#44
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 @kfox1111 on GitHub (Sep 18, 2018).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/111
The acme-dns server seems to be responding to dynamic-dns requests in a way that makes it looks like it has accepted an update request. It doesn't seem to actually do so, but it confuses some security scanners into stating falsely that the server is honouring dynamic-dns requests. In the case of a dynamic-dns request, acme-dns should respond with RCODE REFUSED(5)
@joohoi commented on GitHub (Sep 21, 2018):
Oh, nice catch! I'll fix this.
@joohoi commented on GitHub (Oct 31, 2018):
This should be now fixed in master.
@kfox1111 commented on GitHub (Oct 31, 2018):
Great. Thank you. :)