diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-02-19 15:19:46 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-02-19 15:19:46 +0000 |
| commit | 141c08bc5fe1432be8372cdae7c7544b9f862c35 (patch) | |
| tree | 2ac26da7fcfa298f7c32101cca923b9c9ed2f37f /web | |
| parent | 7eee9e83517338c784d428596bbc32ca149a002a (diff) | |
Diffstat (limited to 'web')
| -rw-r--r-- | web/index.html | 8 |
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> |
