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}}
+
{{$.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}}