mungrok
v1.2.4
Published
Run multiple ngrok accounts on one machine
Readme
mungrok
Run multiple ngrok accounts on one machine
Usage: mungrok [command] [argument]
Commands:
mungrok add <account_name> <auth_token>:- Shorthand:
mungrok a <account_name> <auth_token> - Description: Add new account
- Shorthand:
mungrok remove <account_name>:- Shorthand:
mungrok rm <account_name> - Description: Remove existing account
- Shorthand:
mungrok list:- Shorthand:
mungrok ls - Description: List all existing accounts
- Shorthand:
mungrok listen [account_name] [, --protocol[, --address[, --region]]]:- Shorthand:
mungrok l [account_name] [, -p[, -a[, -r]]] - Description: Create ngrok tunnel using random account (using
account_nameif provided) - Options:
--protocol/-p: Local server / tunnel protocol- Choices:
['tcp', 'http', 'tls'] - Default:
'http'
- Choices:
--address/-a: Local server address- Default:
'localhost:80'
- Default:
--region/-r: Ngrok server location- Choices:
['us', 'eu', 'ap', 'au'] - Default:
'ap'
- Choices:
- Shorthand:
mungrok edit <account_name> <auth_token>:- Shorthand:
mungrok e <account_name> <auth_token> - Description: Replace existing account's auth token with new auth token, you can do the same job with
mungrok remove+mungrok add
- Shorthand:
*Note: To run mungrok/ngrok on termux (android), you have to turn on mobile hotspot.
From βεαΣτ with ♥
