Skip to content

Commit

Permalink
modification in master the description
Browse files Browse the repository at this point in the history
  • Loading branch information
santinoncs committed Nov 21, 2022
1 parent edfe20d commit b358523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/actor/armor_actor.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func (g *GCPArmorActor) BlockIPs(sourceIPs []app.IPCount) error {
now := time.Now()
secs := now.Unix()

description := strconv.FormatInt(secs, 10)
description := "ipblocker:" + strconv.FormatInt(secs, 10)
priority := lastprio + 1

action := fmt.Sprintf("%v", data["action"])
Expand Down

0 comments on commit b358523

Please sign in to comment.