Skip to content

Commit

Permalink
Added all action types
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-odintsov authored Jan 15, 2024
1 parent b87caaa commit 8d17fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type CallbackDetails struct {
// For IPv6 "2a03:5131....:1"
IP string `json:"ip"`

// ban, unban, partial_block
// ban, unban, attack_status, partial_block, partial_unblock
Action string `json:"action"`

AttackDetails CallbackAttackDetails `json:"attack_details"`
Expand Down

0 comments on commit 8d17fe1

Please sign in to comment.