-
Notifications
You must be signed in to change notification settings - Fork 61
[Feature Request] Bake tailscale (or alternative) into Moonlight-Switch #144
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
Comments
On the first glance tailscale looks like close source enterprise solution which is barely possible to implement into open source homebrew app. If you'll find any good open source alternative, maybe I could check, but right now it looks almost impossible |
Two potential paths forward as I see it. While Tailscale is definitely "enterprise oriented" and they do sell services to enterprise, it is actually open source. The only caveats are their GUI applications (CLI is BSD-liscensed) and their coordination server (which they host). You can self host that with BSD-licensed Headscale, which they actively work with and advertise, but I don't think that even matters for the client integration. The other potential solution is called Nebula, which is developed by Slack. It is not a product and Slack doesn't sell or operate any services relating to Nebula. MIT licensed. The main downsides are that it's not as popular as Tailscale, and if you want to run this with magical nat-punching handshake coordination, then you have to self host a server component (which they call "lighthouse"), whereas self hosting would be optional with Tailscale. Citations: https://tailscale.com/opensource |
What about ZeroTier One? |
This would allow you use moonlight to access your host device(s) from your Switch as a long as you have an internet connection. You wouldn't have to expose the sunshine or gamestream servers to the public internet. In fact, you wouldn't need to expose any ports at all. That could be especially useful for situations where we don't have network administration access.
I don't think it's practical to implement this as a system level feature for Switch, but there are at least two potential solutions to implement tailscale directly into an application. One is tsnet, the other is userspace networking mode.
https://tailscale.com/blog/tsnet-virtual-private-services
https://tailscale.com/kb/1112/userspace-networking
I know it's a pipe dream, but it would be really cool to seamlessly use moonlight on switch from anywhere with internet access.
The text was updated successfully, but these errors were encountered: