This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-23
Channels
- # announcements (3)
- # asami (5)
- # babashka (1)
- # beginners (38)
- # biff (4)
- # calva (12)
- # cider (2)
- # clj-commons (6)
- # clj-kondo (46)
- # clj-on-windows (1)
- # clojure (50)
- # clojure-europe (41)
- # clojure-nl (3)
- # clojure-norway (2)
- # clojure-uk (16)
- # clojured (3)
- # clojurescript (49)
- # conjure (1)
- # cursive (29)
- # datahike (6)
- # datascript (4)
- # emacs (70)
- # funcool (1)
- # google-cloud (12)
- # graalvm (10)
- # graalvm-mobile (7)
- # gratitude (4)
- # hyperfiddle (1)
- # joyride (26)
- # lsp (16)
- # malli (23)
- # nbb (5)
- # off-topic (23)
- # polylith (32)
- # re-frame (23)
- # releases (3)
- # remote-jobs (1)
- # reveal (3)
- # tools-build (16)
- # xtdb (50)
Morning!
Good morning 🙂
Have people here tried Tailscale? Kind of amazing tech. A shame that it’s proprietary, though.
I am looking into self-hosting a bunch of stuff and I would obviously prefer things to be open source, but it is so damn convenient to not have to deal with security at all.
Hm… maybe I should look into that. But it does require some extra setup on every client right? Tailscale is just: install app, login, done.
I am not that familiar with either. I know that Tailscale is a layer on top of Wireguard.
That's pretty much it. They've made it pretty. If you want something that is a little bit easier to setup, Zerotier is pretty darn awesome.
However, since everything is encrypted, even the keys between clients, I just use the UI that zerotier provides. They offer like 100 devices for free
One of the neato things about zerotier is it acts like a global sized ethernet switch
so you can (as something I do), is that I spin up a zerotier network, allow a friend to connect, and only give their machine access to port 80 on my machine (for serving up stuff)
Natch, you can acomplish the same thing using wireguard and your OS level packet filtering too
Nice. Seems very similar to Tailscale. The thing I like about Tailscale is that only the first packet has a bit of lag since it does the handshake part, while all following network packets are routed optimally between the nodes. I guess ZeroTier is the same?
This whole VPN mesh architecture thing is messing with my understanding of what a VPN is.
Ah, I found a comparison: https://tailscale.com/kb/1139/tailscale-vs-zerotier/ So ZeroTier doesn’t use wireguard, apparently.