tags : WireGuard, Selfhosting, VPN, DNS
Interesting CF products
- Cloudflare Email Routing : Email workers?
- Cloudflare Pages documentation
- Cache behavior : Read this w HTTP
- Cloudflare Web Application Firewall
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
- Announcing support for WASI on Cloudflare Workers
- Just a moment…
- Benchmark · syumai/workers Wiki · GitHub
- Continuing Hijinks With Cloudflare Workers
Other resources
- How they’re placed: Smart Placement
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
- https://netfoundry.io/compare/openziti-tailscale-comparison.pdf
- Because I’ve found OpenZiti kind of hard to wrap my head around, I’m repeating m… | Hacker News : Good explanation of where OpenZiti fits in and how it related to WireGuard and VPN