We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've noticed you have ngrok as the suggested tunnelling solution in your README. However, it has a few issues
So, i'd like to update your docs to add tunnelmole. It has the following advantages
Here's the difference in terms of set up and usage
First download and install from ngrok.com
ngrok http 3000
Various installation options including npm, copy and paste shell one liner, building from source etc available in the README
npm
For example, you can install with curl -O https://install.tunnelmole.com/12dg6/install && sudo bash install then run
curl -O https://install.tunnelmole.com/12dg6/install && sudo bash install
tunnelmole 3000
There are a few options here
Let me know your preference and if you'd like me to make a PR with the changes.
The text was updated successfully, but these errors were encountered:
I'd be happy to see a PR that has Tunnelmole as an additional option.
Sorry, something went wrong.
No branches or pull requests
I've noticed you have ngrok as the suggested tunnelling solution in your README. However, it has a few issues
So, i'd like to update your docs to add tunnelmole. It has the following advantages
Here's the difference in terms of set up and usage
Ngrok
First download and install from ngrok.com
Tunnelmole
Various installation options including
npm
, copy and paste shell one liner, building from source etc available in the READMEFor example, you can install with
curl -O https://install.tunnelmole.com/12dg6/install && sudo bash install
then runThere are a few options here
Let me know your preference and if you'd like me to make a PR with the changes.
The text was updated successfully, but these errors were encountered: