mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[GH-ISSUE #207] dps.network label not working #85
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#85
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 @bootsie123 on GitHub (Aug 18, 2020).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/207
What is Happening
Hi! I'm trying to use DPS in a Docker swarm to manage private containers when using a VPN. I have a few containers which use multiple networks. In my case, I have a network specifically for containers that can be accessed via the VPN. What happens is DPS resolves the IP to be another network. Even though I specified via labels to use the `VPN network.
What is expected
If I understand the documentation correctly, when adding the
dps.networklabel, I can specify which network to use when resolving the IP. In my situation I expect the VPN network to be used instead of other networks.Steps to Reproduce
Here's my docker-compose file for DPS:
and here's the docker-compose file for the test service I'm using:
Specs:
Ubuntu 18.0419.03.12, build 48a66213fe2.19.0@bootsie123 commented on GitHub (Oct 26, 2020):
The problem still hasn't been resolved, but I'm closing the issue since it's no longer relevant to me. Feel free to open this back up again if someone else is having this issue