mirror of
https://github.com/fosrl/newt.git
synced 2026-03-08 23:03:03 -05:00
DNS issue trying to resolve hostname "Yes" #69
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 @ArvindSami on GitHub (Nov 9, 2025).
Describe the Bug
Hi All,
My install has suddenly stopped working.
I am using Docker Compose to manage the containers.
Checking the logs:
INFO: 2025/11/09 09:40:04 Connecting to endpoint: yes
ERROR: 2025/11/09 09:40:04 Failed to resolve endpoint: DNS lookup failed: lookup yes on 127.0.0.11:53: no such host
Which in some ways makes sense. I don't think it should be connecting to "Yes"
services: newt: image: fosrl/newt:1.6.0 container_name: newt restart: unless-stopped environment: - PANGOLIN_ENDPOINT=https://pangolin.fossorial.io - NEWT_ID=xxxxxxxxxxxx - NEWT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxI've exec'd into the container and can ping Google, etc, from within, so I know it's not the DNS itself; rather, it seems to be pointing to this random hostname?
I've updated the machine, docker, etc restarted docker, restarted the machine
Added in the DNS to the docker daemon /etc/docker/daemon.json 8.8.8.8
I've tried installing on a separate machine, but I'm getting the same issue
Environment
To Reproduce
Expected Behavior
Should connect