mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #118] Port Binding Errors #45
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#45
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 @gespo89 on GitHub (Sep 30, 2018).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/118
Does this currently give any sort of visible error or warning if it can't bind the DNS port? I'll admit straight out that this largely is pebkac/rtfm error on my part, but I spent longer than I'd care to admit today troubleshooting today because systemd-resolved was hogging the port on Ubuntu server, putting this in a state where everything looked green everywhere I checked, no more config errors, register and update work fine, but nothing will resolve for obvious(in retrospect) reasons. It would be nice to have something a bit more in your face, like when you have config errors and it straight up spits out an error and refuses to start.
@coling commented on GitHub (Oct 22, 2018):
Seconded. I had the same issue. As systemd-resolved listens on 127.0.0.53:53 this blocks the all interfaces :53 default bind. Specifying 127.0.0.1:53 (for testing) or a real IP + port works fine. Some log information on this bind failure would be much appreciated (especially as systemd-resolved gets more widely deployed by default).
@joohoi commented on GitHub (Oct 30, 2018):
This should now be fixed!
@jvanasco commented on GitHub (Oct 31, 2018):
duplicate of #70