tags : WireGuard, Selfhosting, VPN, DNS

Interesting CF products

CF redirect rules cheat sheet

CF workers

Some notes about workers

  • Why v8? workers is primarily a JS serverless runtime, not wasm so we kind of just get wasm support as a bonus. (See WebAssembly)

WebAssembly & Golang in CF workers

Other resources

Tailscale

How it works

  • Tailscale works on Linux systems using a device driver called /dev/net/tun
    • tun allows us to instantiate the VPN tunnel as though it were any other network interface like Ethernet or Wi-Fi

Tailscale resources

Tailscale vs OpenZiti