Bug fixes, removed old files.

This commit is contained in:
jdl
2026-06-07 20:01:51 +02:00
parent e9dffee2de
commit 747d73890f
12 changed files with 23 additions and 766 deletions

View File

@@ -22,10 +22,9 @@
<tr>
<th>PeerIP</th>
<th>Name</th>
<th>Public IP 1</th>
<th>Port 1</th>
<th>Public IP 2</th>
<th>Port 2</th>
<th>IPv4</th>
<th>IPv6</th>
<th>Port</th>
<th>Relay</th>
</tr>
</thead>
@@ -38,10 +37,9 @@
</a>
</td>
<td>{{.Name}}</td>
<td>{{ipToString .PublicIP1}}</td>
<td>{{.Port1}}</td>
<td>{{ipToString .PublicIP2}}</td>
<td>{{.Port2}}</td>
<td>{{ipToString .Addr4}}</td>
<td>{{ipToString .Addr6}}</td>
<td>{{.Port}}</td>
<td>{{if .Relay}}T{{else}}F{{end}}</td>
</tr>
</tbody>