From 30d61627ed37138bdab6e2973d18e785e2e7118f Mon Sep 17 00:00:00 2001 From: Robbie Date: Thu, 23 Nov 2023 19:51:24 +1100 Subject: [PATCH] Add Tunnelmole as a tunneling option --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e04b87ca..d3e10a3c 100755 --- a/README.md +++ b/README.md @@ -223,6 +223,16 @@ $ docker run --rm -it --net ngroknet --name seeker thewhiteh4t/seeker $ docker run --rm -it --net ngroknet --name ngrok wernight/ngrok ngrok http seeker:8080 ``` +## Tunnelmole tunnels +Install Tunnelmole with NPM +```bash +npm install -g tunnelmole +``` +Or install a binary for Linux, Mac or Windows at https://tunnelmole.com/install/ + +tunnelmole 8080 +```` + ## Local Tunnels Use ```