aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2025-02-19 15:19:46 +0000
committerLeonardo Bishop <me@leonardobishop.com>2025-02-19 15:19:46 +0000
commit141c08bc5fe1432be8372cdae7c7544b9f862c35 (patch)
tree2ac26da7fcfa298f7c32101cca923b9c9ed2f37f /web/index.html
parent7eee9e83517338c784d428596bbc32ca149a002a (diff)
Add permissioned setupHEADmaster
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index cdb46ed..4cc5a7f 100644
--- a/web/index.html
+++ b/web/index.html
@@ -52,6 +52,14 @@ curl -sSL http://{{.Host}}/8080 | sh
<dt>Inactivity time: {{.ExpireAfter}} seconds</dt>
<dd>Tunnels will expire after this amount of time. (You will need to re-create a new one.)</dd>
+
+ <dt>Permissioned: {{.Permissioned}}</dt>
+ <dd>If true, a secret key will also need to be passed to create a tunnel.</dd>
+ <dd>
+ <pre>
+curl -sSL http://{{.Host}}/[PORT YOU WANT TO FORWARD]?key=[SECRET KEY] | sh
+ </pre>
+ </dd>
</dl>
</body>