feat(streams): Add multiple upstreams for basic load balancing

This commit is contained in:
Teagan glenn
2024-06-29 21:03:19 +00:00
parent 51414ced3a
commit f368985a60
9 changed files with 135 additions and 60 deletions

View File

@ -12,7 +12,11 @@
</div>
</td>
<td>
<div class="text-monospace"><%- forwarding_host %>:<%- forwarding_port %></div>
<div class="wrap">
<% forwarding_hosts.map(function(host) { %>
<span class="tag host-link hover-green" rel="http<%- certificate_id ? 's' : '' %>://<%- host %>"><%- host %></span>
<% }); %>
</div>
</td>
<td>
<div>
@ -24,6 +28,11 @@
<% } %>
</div>
</td>
<td>
<div class="text-monospace">
<%- forwarding_port %>
</div>
</td>
<td>
<%
var o = isOnline();
@ -50,4 +59,4 @@
</div>
</div>
</td>
<% } %>
<% } %>