tunnel.pyjam.as

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

To start a tunnel for your local service

# Remember to bind your local service to 0.0.0.0

$ 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/ ✨

To stop your tunnel

$ wg-quick down ./tunnel.conf


https://gitlab.com/pyjam.as/tunnel