gorok-cli
v1.0.5
Published
CLI to expose localhost via rok.gomarsic.com
Maintainers
Readme
gorok-cli
Expose your localhost with Gorok.
Quickstart
Install globally:
npm i -g gorok-cliSet your API key once:
gorok config set --api-key gorok_xxxGet your API key from: www.rok.gomarsic.cc
Start a tunnel:
gorok http http://localhost:8080Useful commands
Show current config:
gorok config showSet custom server/API base (optional):
gorok config set --server wss://tunnel.gorok.gomarsic.cc/tunnel --api-base https://apirok.gomarsic.ccRun without global install:
npx gorok-cli http http://localhost:8080 --api-key gorok_xxx