So this is somewhat similar to Iroh? https://github.com/n0-computer/iroh
In particular: https://github.com/n0-computer/dumbpipe https://github.com/cablehead/pai-sho
Tailcat – Like netcat, but over Tailscale’s data plane
41–50 of 141 posts
Re: Tailcat – Like netcat, but over Tailscale’s data plane
#42Re: Tailcat – Like netcat, but over Tailscale’s data plane
#43This is smart. It's Magic Wormhole but for generalized connectivity, not just file transfer.
Re: Tailcat – Like netcat, but over Tailscale’s data plane
#44Re: Tailcat – Like netcat, but over Tailscale’s data plane
#45Re: Tailcat – Like netcat, but over Tailscale’s data plane
#46Everything should be possible with just plain netcat and IP stack. Someone asks about NAT holepunching, encryption, static IDs, permissions, etc., yes this is what Internet lacks and why every P2P app reinvents it over and over again.
Re: Tailcat – Like netcat, but over Tailscale’s data plane
#47(just a cute demo, not intended for release or ongoing maintenance)
Re: Tailcat – Like netcat, but over Tailscale’s data plane
#48Looks dope, though I'm surprised, is Tailscale fine with their DERP servers being used by non-customers like this? (Yes, it's a Tailscale project, but doesn't require login.) I vaguely assumed there was an auth step before you could use one as a relay. They mention a rate limit, but still
edit:
Which are probably tailscale's, as it's under tailscale/ github org?
Re: Tailcat – Like netcat, but over Tailscale’s data plane
#49I've been making a mesh vpn like radmin vpn or hamachi that does not need a central authority server and most importantly, can run on all major OS thanks to wireguard-go.
Re: Tailcat – Like netcat, but over Tailscale’s data plane
#50Looks dope, though I'm surprised, is Tailscale fine with their DERP servers being used by non-customers like this? (Yes, it's a Tailscale project, but doesn't require login.) I vaguely assumed there was an auth step before you could use one as a relay. They mention a rate limit, but still