From e70cc5cc13f4f5873124280f5b978b7463ac6892 Mon Sep 17 00:00:00 2001 From: Anders Pitman Date: Wed, 15 Dec 2021 13:10:54 -0700 Subject: [PATCH] Add more info on tunnel pages --- templates/tunnel.tmpl | 18 +++++++++++++++--- templates/tunnels.tmpl | 4 ++-- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/templates/tunnel.tmpl b/templates/tunnel.tmpl index 484c03e..8753e78 100644 --- a/templates/tunnel.tmpl +++ b/templates/tunnel.tmpl @@ -2,11 +2,11 @@
Domain:
-
{{$.Tunnel.Domain}}
+
-
Owner:
-
{{$.Tunnel.Owner}}
+
Server Tunnel Port:
+
{{$.Tunnel.TunnelPort}}
Client:
@@ -16,6 +16,18 @@
Target:
{{$.Tunnel.ClientAddress}}:{{$.Tunnel.ClientPort}}
+
+
TLS Termination:
+
{{$.Tunnel.TlsTermination}}
+
+
+
Allow External TCP:
+
{{$.Tunnel.AllowExternalTcp}}
+
+
+
Owner:
+
{{$.Tunnel.Owner}}
+
Download Private Key diff --git a/templates/tunnels.tmpl b/templates/tunnels.tmpl index f38594e..4284314 100644 --- a/templates/tunnels.tmpl +++ b/templates/tunnels.tmpl @@ -4,7 +4,7 @@
Domain:
-
{{$domain}}
+
Client:
@@ -36,7 +36,7 @@ {{range $domain, $tunnel:= .Tunnels}} - {{$domain}} + {{$domain}} {{$tunnel.ClientName}} {{$tunnel.ClientAddress}}:{{$tunnel.ClientPort}}