mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[GH-ISSUE #576] Working successfully but also provide some errors #189
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#189
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @horlarme on GitHub (Sep 20, 2024).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/576
Good day,
I successfully installed and configured the DNS server using docker but when I do a lookup of any of the docker endpoints, I get an answer but at same time an error
From the above, you'll notice the
host.docker,google.comandtest.api.plap.xyzworked without any other response butdns.mageddoworked but at same time provides error. Is this something I should be concerned about?Thank you.
@horlarme commented on GitHub (Sep 20, 2024):
I think it actually is an issue for me as it takes 11 seconds (sometimes) to resolve the hostname to my container
@horlarme commented on GitHub (Sep 20, 2024):
Found similar issue https://github.com/mageddo/dns-proxy-server/issues/68
@mageddo commented on GitHub (Sep 20, 2024):
Hey, Which version are you using @horlarme ?
@horlarme commented on GitHub (Sep 20, 2024):
3.25.10-snapshot
@horlarme commented on GitHub (Sep 20, 2024):
Update.
If the IP address to the container is manually set (as seen in the screenshot below), the issue will be resolved but then it defeats the reason for using the service.

@horlarme commented on GitHub (Sep 20, 2024):
@mageddo any suggestions on what I might be doing wrong?
@horlarme commented on GitHub (Sep 21, 2024):
Update.
I have decided to use caddy as a container on the same networks as my container. This currently allows me to use the hostnames without the service.
Thank you for your time.