pgrok

Multi-tenant HTTP/TCP reverse tunnel solution for exposing local services

brewmacoslinux
Try with needOr install directly
Source

About

Poor man's ngrok, multi-tenant HTTP/TCP reverse tunnel solution

Commands

pgrok

Examples

Expose local HTTP server on port 8080 to the internet$ pgrok http 8080
Expose local TCP service on port 5432 with custom subdomain$ pgrok tcp -subdomain=mydb 5432
Start pgrok server to handle multiple reverse tunnels$ pgrok server --config=/etc/pgrok/config.yml