diff --git a/fail2ban/tests/files/logs/ip-blacklist.log b/fail2ban/tests/files/logs/ip-blacklist.log new file mode 100644 index 00000000..b1f30287 --- /dev/null +++ b/fail2ban/tests/files/logs/ip-blacklist.log @@ -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]