Add ip-blacklist.log with test IP entries

This commit is contained in:
Georgiy Sitnikov 2025-10-23 10:53:32 +02:00 committed by GitHub
parent 610f41c698
commit 422e09758c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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]