diff --git a/Remote-Link.cmd b/Remote-Link.cmd index c1c0d24fb..a7c1f1109 100644 --- a/Remote-Link.cmd +++ b/Remote-Link.cmd @@ -1,2 +1,18 @@ -curl -L https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-windows-amd64.exe -o cloudflared.exe -cloudflared.exe tunnel --url localhost:5001 \ No newline at end of file +: # This script will help setup a cloudflared tunnel for accessing KoboldCpp over the internet +: # It should work out of the box on both linux and windows +: # ====== +: # WINDOWS PORTION +:<