mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #631] Docker Adapter Provider DpsContainerDAODefault doesn't use a proper IP address range #212
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#212
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 @amueller2504 on GitHub (Sep 14, 2025).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/631
Currently the docker adapter provider
DpsContainerDAODefaultuses an IMHO invalid IP address range.github.com/mageddo/dns-proxy-server@9c26699337/src/main/java/com/mageddo/dnsproxyserver/solver/docker/dataprovider/DpsContainerDAODefault.java (L86)During the start up of the dns proxy server I see the following error message in the logs:
I am running the docker container with:
And having the following basic config:
Wouldn't it be better to make these settings configurable?
@mageddo commented on GitHub (Sep 22, 2025):
Hey, thanks for your report.
If docker says it's a invalid range, then let's change it.
Totally agree, but currently the way to provide a new customizable setting is pretty boring, by this reason I'm working on #594
I expect to get #594 done shortly, then will add that setting.
@mageddo commented on GitHub (Dec 17, 2025):
Beta is out, see the docs 5.2.0