Propagate doppelganger to config

This commit is contained in:
9seconds
2026-03-12 19:07:11 +01:00
parent 5557393b38
commit 25ad776b6f
4 changed files with 165 additions and 2 deletions
+7 -2
View File
@@ -47,8 +47,13 @@ type Config struct {
MaxSize TypeBytes `json:"maxSize"`
ErrorRate TypeErrorRate `json:"errorRate"`
} `json:"antiReplay"`
Blocklist ListConfig `json:"blocklist"`
Allowlist ListConfig `json:"allowlist"`
Blocklist ListConfig `json:"blocklist"`
Allowlist ListConfig `json:"allowlist"`
Doppelganger struct {
URLs []TypeHttpsURL `json:"urls"`
Repeats TypeConcurrency `json:"repeats_per_raid"`
UpdateEach TypeDuration `json:"raid_each"`
} `json:"doppelganger"`
} `json:"defense"`
Network struct {
Timeout struct {