mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-26 01:45:59 +03:00
[GH-ISSUE #58] [issue] Support a mask in hostnames #22
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#22
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 @spravo on GitHub (Jan 18, 2018).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/58
Originally assigned to: @mageddo on GitHub.
Thank for your awesome project. Will your project support a mask in hostnames, like
test.com,*.test.com.Thank
@mageddo commented on GitHub (Jan 18, 2018):
Thank you for your feedback.
Did you mean for example, if I register a container with
*.test.comhostname then all it subdomains resolve to that container? A test caseThen when I try to solve
It points to NGINX container? If yes please describe a real world use case for that.
@spravo commented on GitHub (Jan 21, 2018):
Use case:
nginx.conf
docker-compose.yml
@mageddo commented on GitHub (Feb 7, 2018):
@spravo I developed this feature at version 2.3.3
I configured that a bit different, you just have to put
.front the domain like.github.comand not*.github.comPlease check it solves your requeriments
@spravo commented on GitHub (Feb 8, 2018):
@mageddo, I checked.
You did awesome work, thank you