| Type | {{.Proxy.ProxyType}} |
| Status | {{if eq .Proxy.Status "active"}}Active{{else}}{{.Proxy.Status}}{{end}} |
| Local | {{.Proxy.LocalIP}}:{{.Proxy.LocalPort}} |
| Remote Port | {{if .Proxy.RemotePort}}{{.Proxy.RemotePort}}{{else}}—{{end}} |
| Custom Domains | {{if .Proxy.CustomDomains}}{{.Proxy.CustomDomains}}{{else}}—{{end}} |
| Created | {{.Proxy.CreatedAt}} |
| Client ID | {{.Proxy.ClientID}} |
| Name | {{.ClientName}} |
{{if .Proxy.Metadata}}{{.Proxy.Metadata}}{{else}}None{{end}}