Skip to content
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

Does this support "MagicDNS" style device names? #8

Closed
NovaCyntax opened this issue Jan 7, 2025 · 2 comments
Closed

Does this support "MagicDNS" style device names? #8

NovaCyntax opened this issue Jan 7, 2025 · 2 comments

Comments

@NovaCyntax
Copy link

Would love to give this a try, but being able to assign names to devices in my network with one click (not by manually creating DNS records) is important to me. This is because my users have existing configurations and I don't want to interrupt their workflow.

If using Tailscale (or similar), you can access a device named "example-device" by running ping example-device or ssh user@example-device.

Does this functionality exist? e.g., from the dashboard, can I assign a name to any device, and have all other devices recognize it by that name?

@oschwartz10612
Copy link
Contributor

Hi!

I am not super familiar with how TailScale's MagicDNS works but I will try to answer this best I can.

If I understand your question correctly I think you are concerned with managing DNS records. You will have to create at least one DNS record with your DNS provider but you only need one and it can be a wildcard pointing at your VPS. See here about how to set up DNS.

Once you have this one record you can create any number of named resources in Pangolin and they will just work because they are all subdomains of this wildcard pointing at the VPS and you will not have to keep creating DNS records.

Does that answer the question correctly?

@NovaCyntax
Copy link
Author

Yes sir, thank you for the clarification!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants