diff --git a/cmd/zrok/endpoint_ui/index.html b/cmd/zrok/endpoint_ui/index.html index 11fb38fa..a47ccb27 100644 --- a/cmd/zrok/endpoint_ui/index.html +++ b/cmd/zrok/endpoint_ui/index.html @@ -377,10 +377,28 @@
The current 'HOST' header: {{ .Host }}
-The remote host making the request: {{ .Remote }}
-This host has these IP addresses: {{ .Ips }}
+Host Header | {{ .Host }} |
Remote Address | {{ .Remote }} |
Local IP Addresses | {{ .Ips }} |
{{ $header }} | ++ {{ range $v := $value }} + {{ $v }} + {{ end }} + | +