Add response poisoning

This commit is contained in:
WeebDataHoarder
2025-04-03 14:18:55 +02:00
parent fa727b8fc2
commit e9269338e7
10 changed files with 291 additions and 3 deletions

View File

@@ -57,6 +57,8 @@ type State struct {
PublicKey ed25519.PublicKey
PrivateKey ed25519.PrivateKey
Poison map[string][]byte
}
type RuleState struct {