From 0b10bf93250c09f85eeeaa3e77c7a9cf353481ff Mon Sep 17 00:00:00 2001 From: Georgiy Sitnikov Date: Thu, 23 Oct 2025 10:58:20 +0200 Subject: [PATCH] Clean up IP blacklist configuration comments Removed commented-out examples of single IP entries. --- config/filter.d/filter-ip-blacklist.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/filter.d/filter-ip-blacklist.conf b/config/filter.d/filter-ip-blacklist.conf index 3c0e71db..1d08113d 100644 --- a/config/filter.d/filter-ip-blacklist.conf +++ b/config/filter.d/filter-ip-blacklist.conf @@ -19,8 +19,6 @@ datepattern = ^\[?ExYear(?P<_sep>[-/.])Month(?P=_sep)Day(?:T| ?)24hour:Minute:S ######################################## # # Single IP Example: -# 10.10.10.10 -# 10.10.10.10 [2015-01-01 12:00:00] # 10.10.10.10/32 [2015-01-01 12:00:00] # #########################################