mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[GH-ISSUE #309] v3 regression: Wild card domain resolution appears to fail unlike in v2 #109
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#109
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 @addshore on GitHub (Feb 24, 2023).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/309
Originally assigned to: @mageddo on GitHub.
What is Happening
I am trying on the v3 betas in https://gitlab.wikimedia.org/repos/releng/cli/-/merge_requests/330
This drops right in the place of my usage of v2 without any additional changes https://gitlab.wikimedia.org/repos/releng/cli/-/merge_requests/330/diffs#d632a42138acb9bcc35a4d2e3eee040758ab84cc_6_6
And one of my end to end tests is failing https://gitlab.wikimedia.org/repos/releng/cli/-/jobs/69627
Specifically....
A dps service is created in a docker-compose setup with a fixed IP on a
dpsnetwork and with access to the docker socketThis DNS service is then used by all the contianer in the setup, such as
mediawiki-freshwhich specifies the dns service by its IPAs part of the test this service tries to resolve
default.mediawiki.mwdd, but it failsThe host is correctly resolved outside of a container, but when inside it appears to struggle or fail?
(Though this is perhaps due to the fact I use *.localhost)?
The service that should be resolved to is
mediawiki-web, where aVIRTUAL_HOSTenv var is used.What is expected
A container that uses DPS as the DNS server should be able to resolve this wild card hostname.
@mageddo commented on GitHub (Feb 25, 2023):
Wildcards were supposed to be working, I will do some tests
@mageddo commented on GitHub (Feb 25, 2023):
Found the cause
@mageddo commented on GitHub (Feb 25, 2023):
Minimal reproducible example
@mageddo commented on GitHub (Feb 25, 2023):
Github automatically closed the issue, please reopen if the issue persists
@addshore commented on GitHub (Feb 26, 2023):
It looks like I can confirm that wildcards are now working in my e2e tests using the latest beta.
There is another issue, I'll investigate and try to write a ticket if I figure out what is up.