mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[GH-ISSUE #246] Crash on startup; Does not work with systemd-resolved service #98
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#98
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 @utdrmac on GitHub (Jul 24, 2022).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/246
What is Happening
What is expected
For the container to work
Steps to Reproduce
Specs:
@utdrmac commented on GitHub (Jul 24, 2022):
@mageddo commented on GitHub (Feb 23, 2023):
Got it, /etc/resolv.conf is a symbolic link, as you are creating a volume for the directory, the symlink won't solve inside the container.
The standard run as proposed at the docs will work, though:
Anyway, people proposed a different approach to configure DPS to linux hosts in #248 , I will take a look to consider it for a new feature.
For this specific issue usecase I think there's no much more to do.