Route Panel

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