We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 803a3c2 + c74a09b commit d0b2f02Copy full SHA for d0b2f02
action.d/gotify.conf
@@ -1,4 +1,4 @@
1
-## Version 2022/08/10
+## Version 2022/12/18
2
# Fail2Ban configuration file
3
#
4
# Author: Quietsy
@@ -37,7 +37,7 @@ actioncheck =
37
# Values: CMD
38
39
actionban = curl -X POST -H Content-Type:application/json <url> \
40
- --data '{"message": "⛔ <name> ⛔\n\n<ip> got banned for <time> seconds after <failures> tries.\n\nUnban command:\nfail2ban-client unban <ip>"}'
+ --data '{"message": "⛔ <name> ⛔\n\n<ip> got banned for <bantime> seconds after <failures> tries.\n\nUnban command:\nfail2ban-client unban <ip>"}'
41
42
# Option: actionunban
43
# Notes.: command executed when unbanning an IP. Take care that the
0 commit comments