mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #234] Does dns-proxy-server support network-scoped aliases for a container? #92
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#92
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 @groall on GitHub (Dec 3, 2021).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/234
What is expected
Doed dns-proxy-server support network-scoped aliases for the container?
What is Happening
I use aliases to connect containers to each other by a domain like in production. It works with a proxy server for http requests from a host or with coredns for other type request. But using coredns has the problem: from time to time a host OS doesnt use it due to rewriting resolf.conf. DPS overwrites resolv.conf and I would be like to use it instead of coredns to access containers by alias.
Changes (Optional)
@mageddo commented on GitHub (Mar 2, 2023):
Hey,
By network scoped you mean this feature?
I already used it without DPS but never tested it with DPS to be honest, I will take a look at that and see if it works somehow or how far we are to get it working.
For now, I think you can configure coredns address as a DPS remote server then it would solve the solve the container by alias, give it a try.
@mageddo commented on GitHub (Mar 2, 2023):
If your Linux has systemd-resolved installed then this issue will be resolved, try DPS 3.5.2, see #321
@mageddo commented on GitHub (May 29, 2024):
Closing this issue, feel free to reopen it when you are able to respond