Refactor - now wireguard based. (#7)

This commit is contained in:
2026-06-12 15:11:01 +00:00
parent 5ae075647d
commit 9a3cb2d1c2
105 changed files with 3776 additions and 4251 deletions

View File

@@ -22,7 +22,8 @@
<tr>
<th>PeerIP</th>
<th>Name</th>
<th>Public IP</th>
<th>IPv4</th>
<th>IPv6</th>
<th>Port</th>
<th>Relay</th>
</tr>
@@ -36,7 +37,8 @@
</a>
</td>
<td>{{.Name}}</td>
<td>{{ipToString .PublicIP}}</td>
<td>{{ipToString .Addr4}}</td>
<td>{{ipToString .Addr6}}</td>
<td>{{.Port}}</td>
<td>{{if .Relay}}T{{else}}F{{end}}</td>
</tr>