Fix doc error
'd' is an invalid duration unit https://pkg.go.dev/time#ParseDuration
This commit is contained in:
parent
addff0f3c1
commit
3283077102
@ -43,7 +43,7 @@ streams:
|
||||
cmd: *iptablesban
|
||||
unban:
|
||||
cmd: *iptablesunban
|
||||
after: 2d
|
||||
after: 48h
|
||||
```
|
||||
|
||||
`/etc/systemd/system/reaction.service`
|
||||
|
@ -41,4 +41,4 @@ streams:
|
||||
cmd: *iptablesunban
|
||||
# if after is defined, the action will not take place immediately, but after a specified duration.
|
||||
# same format as retry-period
|
||||
after: 2d
|
||||
after: 48h
|
||||
|
Loading…
Reference in New Issue
Block a user