mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-22 13:43:37 -04:00
Bug: constant warnings about not being able to lookup host - is it possible to change the nameserver? #88
Reference in New Issue
Block a user
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 @katbyte on GitHub (Jan 21, 2021).
Originally assigned to: @qdm12 on GitHub.
TLDR: log filled with
WARN unhealthy: lookup a.example.com on 127.0.0.11:53: no such host- is it possible to configure the nameserverNonamecheap2020-12-30T19:51:20Z (commit d8a7fef)docker-composeLogs:
Configuration file (remove your credentials!):
Host OS: debian
docker compose:
@qdm12 commented on GitHub (Jan 21, 2021):
I think your internet connectivity is down for the container for some reason. The initial connectivity checks trying to access google.com fail as well.
You can always set the dns with docker-compose, for example:
But that's irrelevant to the container really. Maybe check your firewall as well? Closing the issue for now but feel free to comment back.