I've noticed you have ngrok as the suggested tunnelling solution in your README. However, it has a few issues
- Its closed source and proprietary. Because you can't review the source code, you can never be 100% sure what you are really installing
- You can't self host ngrok
So, i'd like to update your docs to add tunnelmole. It has the following advantages
- Its fully open source with a permissive MIT license
- Optionally, Tunnelmole can be self hosted with the Tunnelmole Service. Otherwise it will use the default service at tunnelmole.com.
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 README
For example, you can install with curl -O https://install.tunnelmole.com/12dg6/install && sudo bash install then run
There are a few options here
- Do nothing, keeping ngrok as the only tunnelling option
- Replace ngrok with Tunnelmole
- Add Tunnelmole as an additional option
Let me know your preference and if you'd like me to make a PR with the changes.
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 installthen runThere are a few options here
Let me know your preference and if you'd like me to make a PR with the changes.