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

enable the device web UI for tsnet #84

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Conversation

willnorris
Copy link
Contributor

@willnorris willnorris commented Apr 3, 2024

Since v1.56, Tailscale has a built-in web interface that can be used to manage the device remotely over your tailnet. It is still subject to the ACLs on the tailnet, so just enabling the interface (this change) doesn't immediately expose anything. It just make it possible to configure ACL access to remotely manage the device. You will be able to navigate to http://coredns:5252/ (or whatever your device is named) to manage it.

We recently made the same change to our golink service, as we believe it is safe to enable this by default for these types of services: tailscale/golink#114

More info: https://tailscale.com/kb/1325/device-web-interface

(This also has a minor change to go.mod which is just the result of running go mod tidy. Apparently it's wants the full version string?)

Since v1.56, Tailscale has a built-in web interface that can be used to
manage the device remotely over your tailnet. It is still subject to the
ACLs on the tailnet, so just enabling the interface (this change)
doesn't immediately expose anything. It just make it possible to
configure ACL access to remotely manage the device.

We recently made the same change to our golink service, as we believe it
is safe to enable this by default for these types of services:
tailscale/golink#114

More info: https://tailscale.com/kb/1325/device-web-interface
@damomurf
Copy link
Owner

damomurf commented Apr 4, 2024

Keeping in mind that ts-net addition doesn’t actually expose DNS resolution directly over Tailscale itself, this seems possibly handy, thanks!

@damomurf damomurf merged commit 9a6cf08 into damomurf:main Apr 4, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants