Skip to content

Passing config via args:

0xp0is0n edited this page Jan 22, 2023 · 1 revision

You can start the app by passing custom args.

Example:

Start port using specific port and protocol.

python3 main.py --port XXX --protocol XXX

Start and forward on custom alias:

python3 main.py --alias <pass-alias>

Setup:

python3 main.py --ngrok_api_secret <ngrok-secret> --cuttly_secret <cuttly secret>