mirror of
https://github.com/acme-dns/acme-dns-client.git
synced 2026-04-25 21:35:57 +03:00
[GH-ISSUE #22] error on acme-dns-client register #13
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 @vespino on GitHub (Feb 23, 2024).
Original GitHub issue: https://github.com/acme-dns/acme-dns-client/issues/22
When executing the following command, I'm getting an error:
acme-dns-client register -d domain.com -s http://localhost:8080
This is the error I'm getting:
[!] Caught an error while trying to query for CNAME record: read udp :33520->46.101.179.64:53: i/o timeout
Hope you can point me in the right direction.