mirror of
https://github.com/fosrl/newt.git
synced 2026-03-08 23:03:03 -05:00
Dns option doesn`t work #59
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 @vadim0872 on GitHub (Sep 9, 2025).
I configure split dns, all requests to *.mydomain.com forcibly sent to reverse proxy in local net.
The request to pangolin.mydomain.com going too, but it located on vps. To confirm this problem I try to use option "-dns" which is designed to set dns server that will be resolved request for pangolin endpoint, but it doesn`t metter at all
@DetermineAbsurd commented on GitHub (Oct 27, 2025):
I am also experiencing this issue. Supplied DNS environment variable is ignored seemingly.
Edit: After looking through the debug logs of the container, it appears to interpret the supplied DNS value, but not actually utilize it when doing network requests as the expected return IP of the endpoint does not match my configured response IP from my DNS server and the DNS server isn't reporting any requests from the device running Newt.