mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[GH-ISSUE #202] Got recursion not available from [ip], trying next server #84
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#84
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 @garstas on GitHub (Jul 8, 2020).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/202
What is Happening
I'm trying to set up the proxy server and I can't understand the problem i have. So, I set up the proxy with these configs:
DPS config:
docker-compose.yml:
And I'm trying to access my database container using the hostname, but it's not working. Here are some results:
resolv.confon host machinedigis reaching the correct IP address of my container:nslookupwithout/with dns:I guess the problem is with my
resolv.conf, but I can't understand how to fix it. Any help appreciated.What is expected
Correct hostname resolution
Steps to Reproduce
I think it's my system's setup problem.
Specs:
Ubuntu 18.0419.03.62.9.1@garstas commented on GitHub (Jul 8, 2020):
If I comment out the first two entries in
resolv.conf, the DPS is working. I guess i should dig into the problem itself (specifically why 10.0.0.10 is breaking the resolution).@garstas commented on GitHub (Jul 8, 2020):
For the future readers: i solved the problem by deleting the
10.0.0.10IP from the/etc/resolvconf/resolv.conf.d/headfile. I guess it was accidentally put there, and this strange address sure does not belong inresolv.conffile.@mageddo commented on GitHub (Jul 10, 2020):
Generally it's tricky to have more than one nameserver entry at the resolv.conf