Expose local services to the internet.
Without guessing. Without dashboards. Without bullshit.
Tunneling system built on top of SSH.
- HTTPS exposure
- zero-effort discovery
- minimal control plane
- single-process core
LAN discovery engine in C.
- epoll
- no threads
- no blocking I/O
- global pacing
- built for unstable networks
- one process > many fragile services
- event-driven > thread soup
- real behavior > protocol purity
- explicit control > hidden magic
Make this work:
run something locally → it becomes reachable
Work in progress.
Not polished.
But it works.