Route Panel
HTTP Proxies
Alias
Path
URL
Health
{{range $alias, $httpRoutes := .HTTPRoutes}} {{range $route := $httpRoutes}}
{{$alias}}
{{$route.Path}}
{{$route.Url.String}}
{{end}} {{end}}
Streams
Alias
Source
Target
Health
{{range $_, $route := .StreamRoutes}}
{{$route.Alias}}
{{$route.ListeningUrl}}
{{$route.TargetUrl}}
{{end}}