mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #164] HOSTNAMES env not fully respected #68
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#68
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 @lupujo on GitHub (Oct 10, 2019).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/164
What is Happening
When using the HOSTNAMES env, those are properly resolved by the docker host (when using in /etc/resolv.conf the dns docker IP address) but not by the docker containers (when using in /etc/resolv.conf the 127.0.0.11 IP address)
What is expected
Resolving should be the same from outside and from inside the docker container.
Steps to Reproduce
@mageddo commented on GitHub (Nov 3, 2019):
Hello @lupujo, thanks for the report.
I couldn't reproduce your issue, I think it really depends how you're starting DPS and your containers, can you please provide a full example?
Starting DPS
Starting my testing container
Starting and testing
HOSTNAMEShosts from another containerDPS version: 2.18.0
Best regards