librebyte@lemmy.mlM to LibreByte@lemmy.ml · 6 days agoheadscale - An open source, self-hosted implementation of the Tailscale control server (VPN)github.comexternal-linkmessage-square3linkfedilinkarrow-up115arrow-down10cross-posted to: [email protected][email protected]
arrow-up115arrow-down1external-linkheadscale - An open source, self-hosted implementation of the Tailscale control server (VPN)github.comlibrebyte@lemmy.mlM to LibreByte@lemmy.ml · 6 days agomessage-square3linkfedilinkcross-posted to: [email protected][email protected]
minus-squareZachariahlinkfedilinkarrow-up2·edit-25 days agoGreat resource for understanding how it fits in: https://lucioduran.com/blog/wireguard-mesh-networking-tailscale-internals edit: yeah, visited the homepage for that link and it’s not great
minus-squareeleijeep@piefed.sociallinkfedilinkEnglisharrow-up2·6 days ago That’s it. No certificates, no certificate authorities, no HMAC negotiation. Just Curve25519 key pairs and ChaCha20-Poly1305 encryption. Surely an actual human has written an article like this that you could share instead. I enjoyed this blog post about how Tailscale does NAT traversal, which covers the second half of your linked article: https://tailscale.com/blog/how-nat-traversal-works
minus-squareZachariahlinkfedilinkarrow-up1·6 days agoThanks, I appreciate the additional info. I just use Wireguard myself, and handle everything else manually, so I’ve been reading all about head/tail-scale.
Great resource for understanding how it fits in:
https://lucioduran.com/blog/wireguard-mesh-networking-tailscale-internalsedit: yeah, visited the homepage for that link and it’s not great
Surely an actual human has written an article like this that you could share instead.
I enjoyed this blog post about how Tailscale does NAT traversal, which covers the second half of your linked article: https://tailscale.com/blog/how-nat-traversal-works
Thanks, I appreciate the additional info. I just use Wireguard myself, and handle everything else manually, so I’ve been reading all about head/tail-scale.