mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-26 01:45:59 +03:00
[GH-ISSUE #91] Support for Wildcard DNS in multilevel #40
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#40
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 @rayout on GitHub (Nov 15, 2018).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/91
Wildcard works, but only for one level.
If i set hostname ".localhost" it resolve "test.localhost" and do not resolve "test2.test.localhost".
I think it should work for.
@mageddo commented on GitHub (Nov 17, 2018):
I think it should work too
@mageddo commented on GitHub (Nov 17, 2018):
#96
@mageddo commented on GitHub (Nov 17, 2018):
I just released https://github.com/mageddo/dns-proxy-server/releases/tag/2.9.1 please take a look
@rayout commented on GitHub (Nov 19, 2018):
All works! Thank you!