This commit is contained in:
jdl
2025-09-15 15:05:15 +02:00
parent fccc4f7d57
commit 2ff8aaf5c4
3 changed files with 19 additions and 18 deletions

View File

@@ -127,6 +127,7 @@ func main_status() {
nw := report.Network
fmt.Printf("Network: %d.%d.%d.%d/24\n\n", nw[0], nw[1], nw[2], nw[3])
}
fmt.Printf("Relay: %d\n", report.RelayPeerIP)
for _, status := range report.Remotes {
fmt.Printf("%3d %s\n", status.PeerIP, status.Name)