mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #135] Multiple IPs #52
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#52
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 @patrick7 on GitHub (Jan 24, 2019).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/135
Is it possible to listen on multiple specific IPs (IPv4 and IPv6)?
I have another DNS daemon running on another IP, so I'd like to bind acme-dns to a specific v4/v6 address.
@joohoi commented on GitHub (Jan 25, 2019):
Hi! Unfortunately there isn't a way to handle this currently. Adding a label to track this later on.
@lenovouser commented on GitHub (Mar 22, 2019):
You can temporarily solve this with Docker in theory
@voltagex commented on GitHub (Sep 11, 2021):
@joohoi ping - just hit this one too.
@candlerb commented on GitHub (Feb 21, 2022):
Specific use case: you have a dual-stack host with systemd-resolved listening on 127.0.0.53:53, so you need to bind explicitly to the public IPv4 address and the public IPv6 address.
(Or else you need to work out how to disable systemd-resolved cleanly and put resolution back to how it used to work in the old days)
EDIT: although according to #63, if a system only listens on IPv6, LetsEncrypt is still guaranteed to work.