Untitled

1 min read Original article ↗

SSL-terminated HTTP tunnels to your local machine
— no custom software required, thanks to Wireguard

$ curl https://tunnel.pyjam.as/8080 > tunnel.conf && wg-quick up ./tunnel.conf

^ port of the service you want to tunnel

> You can now access http://0.0.0.0:8080 on https://<unique_slug>.tunnel.pyjam.as/ ✨