tunnelmole
Advanced tools
Comparing version 2.0.45 to 2.0.46
{ | ||
"name": "tunnelmole", | ||
"version": "2.0.45", | ||
"version": "2.0.46", | ||
"description": "Tunnelmole, an open source ngrok alternative. Instant public URLs for any http/https based application. Available as a command line application or as an NPM dependency for your code. Stable and maintained. Good test coverage. Works behind firewalls", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -53,2 +53,11 @@ ## Tunnelmole | ||
### Using Tunnelmole | ||
First, verify that the install went fine by running | ||
``` | ||
tmole | ||
``` | ||
This command should print the help and doesn't connect to any external services. | ||
If instead you got an error and you installed with `npm`, you probably have an older version of Node (lower than 16.10) installed. Check your NodeJS version with `node --version` and then reinstall using one of the above copy/paste install commands to get the pre compiled binary for your platform. If you got an error and are running a supported NodeJS version, be sure to [Raise an issue](https://github.com/robbie-cahill/tunnelmole-client/issues). | ||
Now that you have a working installation: | ||
- Start your web application locally and note down the port number its listening on | ||
@@ -55,0 +64,0 @@ - Run `tmole <port number>`, replacing `<port number>` with your applications port number. For example, if your application listens on port `8080`, run `tmole 8080`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87707
161