From 422e09758c800fce0d2fcfb7923fb3feb1b048cb Mon Sep 17 00:00:00 2001 From: Georgiy Sitnikov Date: Thu, 23 Oct 2025 10:53:32 +0200 Subject: [PATCH] Add ip-blacklist.log with test IP entries --- fail2ban/tests/files/logs/ip-blacklist.log | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fail2ban/tests/files/logs/ip-blacklist.log 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]