Zoro is a Go-based tunneling tool for exposing local services to an external network. It supports TCP and UDP forwarding, which makes it useful for HTTP, HTTPS, SSH, DNS, and other network services. The project follows a simple client-and-server model where the remote server opens an external port and forwards traffic back to a local service. It also includes HTTPS-specific server and client modes that can map local HTTP services to subdomains under a configured domain. Zoro is designed around minimal configuration, making it practical when users need a quick way to publish a private service without a full reverse proxy stack. Its main value is straightforward local-to-public service exposure across different protocol types.
Features
- TCP and UDP local service exposure
- HTTP and HTTPS forwarding support
- Client and server operating modes
- HTTPS subdomain mapping support
- Useful for SSH, DNS, and web services
- Go-based implementation with simple installation options