mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Add ip-blacklist.log with test IP entries
This commit is contained in:
parent
610f41c698
commit
422e09758c
1 changed files with 10 additions and 0 deletions
10
fail2ban/tests/files/logs/ip-blacklist.log
Normal file
10
fail2ban/tests/files/logs/ip-blacklist.log
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# failJSON: { "time": "2015-01-01 12:00:00", "match": false }
|
||||
10.10.10.10 [2015-01-01 12:00:00]
|
||||
# failJSON: { "time": "2015-01-01 12:00:00", "match": true , "host": "10.10.10.10/32" }
|
||||
10.10.10.10/32 [2015-01-01 12:00:00]
|
||||
# failJSON: { "time": "2015-01-01 12:00:00", "match": true , "host": "10.10.10.10/24" }
|
||||
10.10.10.10/24 [2015-01-01 12:00:00]
|
||||
# failJSON: { "time": "2015-01-01 12:00:00", "match": true , "host": "10.10.10.10/16" }
|
||||
10.10.10.10/16 [2015-01-01 12:00:00]
|
||||
# failJSON: { "time": "2015-01-01 12:00:00", "match": true , "host": "10.10.10.10/8" }
|
||||
10.10.10.10/8 [2015-01-01 12:00:00]
|
||||
Loading…
Reference in a new issue