Anim Mouse
Anim Mouse
The `cloudflared` daemon is not just about `cloudflared tunnel` anymore, we now have `cloudflared access` that allows GitHub Actions runner to access services behind Cloudflare, `cloudflared service` for tunnels configured...
Current Linux amd64 binary is dynamic, hindering portability. Compiling the binaries with `CGO_ENABLED=0` makes it static and portable. ```bash $ ./vanityssh-go bash: ./vanityssh-go: No such file or directory $ ldd...
Cloudflare WARP has a new feature called [WARP connector](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/private-net/warp-connector/) that allow us to perform site-to-site connectivity. Since it uses `warp-cli`, I think we can extract WireGuard config on this. This...
The endpoint `engage.cloudflareclient.com` is for consumer WARP. The `162.159.193.0/24` range like `162.159.193.1` is the endpoint that should be used for Zero Trust. [WARP ingress IP](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/firewall/#warp-ingress-ip) https://github.com/ViRb3/wgcf/issues/279