mirror of
https://github.com/fosrl/newt.git
synced 2026-05-06 07:59:04 -05:00
[GH-ISSUE #171] DNS issue trying to resolve hostname "Yes" #1729
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).
Original GitHub issue: https://github.com/fosrl/newt/issues/171
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
@oschwartz10612 commented on GitHub (Nov 19, 2025):
It seems like the endpoint for your pangolin server is somehow set to
"yes". What do you see under base_endpoint in the config.yml file on the
server? Is this "yes"?
If it is try changing it and restarting.