DNS Debug Option #1725
Replies: 2 comments 2 replies
-
Hello,
This message is related to the SOA call to get the "zone" related to the FQDN. To test it:
|
Beta Was this translation helpful? Give feedback.
-
Hi ldez, Thanks for the fast response. I took your advice and did some more testing:
This all looks reasonable to me, so I tried lego again a few times with:
usally all I get is:
But once I got:
tried to find out who 99.79.143.35 is:
ok, so amazon DNS servers, I think DuckDNS is built on Amazon cloud infrastructure, so that makes sense. I did some googling on the i/o timeout error message and found a post talking about checking connection with netcat so: Test Command against Google DNS server
Test Command against DuckDNS/Amazon server?
So does this mean something is broken with DuckDNS/Amazon and I'm just out of luck? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to add a DNS Debug command line option. I would be helpful if you could print what sever dns responses are coming from and what the response is: empty, wrong id or valid id. It would also be helpful if the expected id was printed.
I have been fighting issues with traefik and duckdns. I have installed lego on an ubuntu 22.04 machine to eliminate any config issues with traefik and I'm having problems there too. If I use dig on 8.8.8.8 and 1.1.1.1 I can see the TXT record change, but lego keeps giving errors:
If I add the --dns.resolvers 8.8.8.8 the Checking DNS record propagation line changes, but exact same error even though dig shows:
I just feel like some additional debug info may help people out. Something like:
Also does --dns.resolvers override all local dns config as I am having to use split DNS currently, so I would expect issues if lego is still trying to use any local dns servers.
Thanks,
Reggie
Beta Was this translation helpful? Give feedback.
All reactions