From 5ce9ece3136ce9ce2b55fcb4d48e97f8e1940aa8 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Sat, 15 Apr 2023 10:45:58 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ad5c1c8..f05df97 100644 --- a/README.md +++ b/README.md @@ -729,6 +729,10 @@ sftp -D gs-netcat # Workstation python -m http.server 8080 ``` +```sh +## Request a temporary tunnel on a public domain +cloudflared tunnel -url 127.0.0.1:8080 +``` ---