mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-22 08:18:29 +02:00
scripts moved to makefile, tcp/udp connections can now close gracefully, but udp is still failing testing with palworld server
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{range $alias, $httpRoutes := .HTTPRoutes}}
|
||||
{{range $alias, $httpRoutes := .HTTPRoutes.Iterator}}
|
||||
{{range $route := $httpRoutes}}
|
||||
<tr>
|
||||
<td>{{$alias}}</td>
|
||||
@@ -132,7 +132,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{range $_, $route := .StreamRoutes}}
|
||||
{{range $_, $route := .StreamRoutes.Iterator}}
|
||||
<tr>
|
||||
<td>{{$route.Alias}}</td>
|
||||
<td>{{$route.ListeningUrl}}</td>
|
||||
|
||||
Reference in New Issue
Block a user