Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Trabas – HTTP tunneling tool (ngrok alternative). Star us on GitHub.
Issues Discussions

trabas server run

Run server service.

Options

OptionTypeDescription
--hostString [Optional]Target host where service will be listening on
--public_portIntegerPort for end user access
--client_portIntegerPort for client service access
--client-request-limitInteger [Optional]The request limit for each client service
--cache-client-idNo value [Optional]Allow client id to pass through cookie header trabas_client_id. This also caches the client id passed by request path using Set-Cookie response header.
--return-tunnel-idNo value [Optional]Return tunnel ID to the response headers with key trabas_tunnel_id
--tlsNo value [Optional]Enable TLS for the server

Example

trabas server run --public-port 8001 --client-port 8002