mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #80] TCP or UDP? Why not both? #31
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#31
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 @Ajedi32 on GitHub (May 6, 2018).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/80
acme-dns has a config option that lets you choose whether to serve DNS requests over UDP or over TCP.
However, RFC7766 requires that:
And unfortunately, "both" doesn't seem to be an option.
@joohoi commented on GitHub (May 14, 2018):
Thanks for opening the issue, you are right and this should get fixed.
@joohoi commented on GitHub (Dec 13, 2018):
Aaaand it's finally fixed.