Wire subnet discovery routes and relay scan UDP hints.

Register recon history/export/canary APIs and discovered-hosts on the router; map UDP and path-tracer hints in relay ToScanReport; wire public canary ping to ReconHandler.
This commit is contained in:
AetherForge
2026-06-07 12:25:28 -07:00
parent 2cad49d82c
commit 826798c586
2 changed files with 5 additions and 3 deletions

View File

@@ -138,6 +138,7 @@ func (r *RelayScanReport) ToScanReport() *ScanReport {
}
return &ScanReport{
Host: r.Host, ScannedAt: r.ScannedAt, Ports: r.Ports, RelayVia: relayVia,
UDPHints: r.UDPHints, PathTracerHints: r.PathTracerHints,
Recommendations: r.Recommendations,
}
}