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 client set-config

Set client service configuration.

Options

OptionTypeDescription
--client-idNo value/String [Optional]Specify Client ID or Generate it if no value is passed
--tls-tofu-enableBoolean [Optional]Enable TOFU (Trust On First Use) for TLS connection
--server-hostString [Optional]Server service host
--server-portIntegerServer service port
--server-signing-keyStringServer secret for server authentication
--forceNo value [Optional]Force rewrite all configs that has been set

Example

trabas client set-config --server-port 8000 --server-host myhost.com --client-id client1 --server-signing-key 234523  --force