mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #27] Wildcard support #10
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#10
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 @markonsn on GitHub (Aug 18, 2017).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/27
I have a docker container whith nginx and wordpress and use dns-proxy-server to resolve this as testdomain.dev.
I have configured nginx:
and try this too:
How can I configure to use *.testdomain.dev?
@mageddo commented on GitHub (Aug 21, 2017):
Hy @markonsn.
If I understand your point, at NGINX you want to proxy all traffic of all testdomain subdomains, is that right?
Now, I am no sure what are you not able to do with dns proxy server, if it is to solve all subdomains to the same container I am afraid that is not possible yet.
What you can do today is to start a container with many domains attached to, eg:
Then let me ask why solve all subdomains to a container is a good thing to you? Are you using Wordpress multiple sites or something like that?
Regards.
@mageddo commented on GitHub (Aug 24, 2017):
I Will close, if you have any update please re-open it