-
-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tailscale DNS - Search domain "*.ts.net" is dangerously high up the hierarchy #1465
Comments
Greetings and welcome to our community! As this is the first issue you opened here, we wanted to share some useful infos with you:
|
This issue has been automatically marked as inactive because it has not had activity in the past two months. If no further activity occurs, this issue will be automatically closed in one week in order to increase our focus on active topics. |
Bumping this, as it's still an active issue that hasn't been fixed. |
This issue has been automatically marked as inactive because it has not had activity in the past two months. If no further activity occurs, this issue will be automatically closed in one week in order to increase our focus on active topics. |
Bump again, as it's still not fixed. |
Hey @P-a-d-r-a-i-g,
Is your issue that you would like to use |
Hi @dhaavi I'd like to add *.ts.net as a wildcard (asterix always represents wildcard) so that any Tailnet I join will be automatically available. I can add each Tailnet manually of course, like below, and they will work but I would rather not have to add them manually: dns://100.100.100.100?name=TailscaleDNS&search=alpha-beta.ts.net,charlie-delta.ts.net,some-other.ts.net&search-only Thanks. |
This issue has been automatically marked as inactive because it has not had activity in the past two months. If no further activity occurs, this issue will be automatically closed in one week in order to increase our focus on active topics. |
This issue has been automatically closed because it has not had recent activity. Thank you for your contributions. If the issue has not been resolved, you can find more information in our Wiki or continue the conversation on our Discord. |
What happened:
I got this error message when trying to add a search domain for a DNS entry:
failed to parse DNS server "dns://100.100.100.100?name=TailscaleDNS&search=*.ts.net&search-only" (#1): failed to validate search domain #1: search domain "*.ts.net" is dangerously high up the hierarchy, stay at or below "*.ts.net"
What did you expect to happen?:
The DNS to be added and any DNS requests for all Tailnets to get processed by 100.100.100.100
e.g.
DNS request for my-gaming-pc.alpha-beta.ts.net get resolved
DNS request for my-raspberry-pi.alpha-beta.ts.net get resolved
DNS request for my-office-pc.charlie-delta.ts.net get resolved
DNS request for my-dads-pc.some-other.ts.net get resolved
If I specifically set like search=alpha-beta.ts.net,charlie-delta.ts.net then those Tailnets will resolve
How did you reproduce it?:
Just add the following line like above:
dns://100.100.100.100?name=TailscaleDNS&search=*.ts.net&search-only
The text was updated successfully, but these errors were encountered: