From e9943c4fccfbeab7a61ea2451d735f77db0d776e Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 24 Jun 2019 15:03:57 +0200 Subject: [PATCH] V4 Bump version numbers in includes --- bots.d/bad-referrer-words.conf | 4 ++-- bots.d/blacklist-domains.conf | 4 ++-- bots.d/blacklist-ips.conf | 4 ++-- bots.d/blacklist-user-agents.conf | 18 ++++++++---------- bots.d/blockbots.conf | 4 ++-- bots.d/custom-bad-referrers.conf | 4 ++-- bots.d/ddos.conf | 4 ++-- bots.d/whitelist-domains.conf | 4 ++-- bots.d/whitelist-ips.conf | 4 ++-- 9 files changed, 24 insertions(+), 26 deletions(-) diff --git a/bots.d/bad-referrer-words.conf b/bots.d/bad-referrer-words.conf index 5e19d36eb..946ed73d7 100644 --- a/bots.d/bad-referrer-words.conf +++ b/bots.d/bad-referrer-words.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.06 -### Updated: 2018-08-21 +### Version: V4.2019.07 +### Updated: 2019-06-24 ################################################### ### VERSION INFORMATION ## diff --git a/bots.d/blacklist-domains.conf b/bots.d/blacklist-domains.conf index fb37480b3..00a28d7e8 100644 --- a/bots.d/blacklist-domains.conf +++ b/bots.d/blacklist-domains.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.04 -### Updated: 2018-08-21 +### Version: V4.2019.05 +### Updated: 2019-06-24 ################################################### ### VERSION INFORMATION ## diff --git a/bots.d/blacklist-ips.conf b/bots.d/blacklist-ips.conf index 933deccf0..c64c6f943 100644 --- a/bots.d/blacklist-ips.conf +++ b/bots.d/blacklist-ips.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.07 -### Updated: 2018-08-06 +### Version: V4.2019.08 +### Updated: 2019-06-24 ################################################### ### VERSION INFORMATION ## diff --git a/bots.d/blacklist-user-agents.conf b/bots.d/blacklist-user-agents.conf index e1fcb6bed..94c7e22bd 100644 --- a/bots.d/blacklist-user-agents.conf +++ b/bots.d/blacklist-user-agents.conf @@ -3,8 +3,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.05 -### Updated: 2018-08-21 +### Version: V4.2019.06 +### Updated: 2019-06-24 ################################################### ### VERSION INFORMATION ## @@ -47,16 +47,14 @@ # --------------------- # WHITELISTING EXAMPLES # --------------------- -# "~*\bsomeverygooduseragentname1\b" 0; -# "~*\bsomeverygooduseragentname2\b" 0; -# "~*\bsome\-very\-good\-useragentname2\b" 0; +# "~*(?:\b)someverygooduseragentname1(?:\b|)" 0; +# "~*(?:\b)someverygooduseragentname2(?:\b|)" 0; +# "~*(?:\b)some\-very\-good\-useragentname2(?:\b|)" 0; # --------------------- # BLACKLISTING EXAMPLES # --------------------- -# "~*\bsomeverybaduseragentname1\b" 3; -# "~*\bsomeverybaduseragentname2\b" 3; -# "~*\bsome\-very\-bad\-useragentname2\b" 3; - - +# "~*(?:\b)someverybaduseragentname1(?:\b|)" 3; +# "~*(?:\b)someverybaduseragentname2(?:\b|)" 3; +# "~*(?:\b)some\-very\-bad\-useragentname2(?:\b|)" 3; diff --git a/bots.d/blockbots.conf b/bots.d/blockbots.conf index 301bc0772..837b4fbe7 100644 --- a/bots.d/blockbots.conf +++ b/bots.d/blockbots.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2017.02 -### Updated: Mon Aug 21 11:29:32 SAST 2017 +### Version: V4.2019.03 +### Updated: 2019-06-24 ################################################### ### VERSION INFORMATION ## diff --git a/bots.d/custom-bad-referrers.conf b/bots.d/custom-bad-referrers.conf index ac989bfeb..ac3fde708 100644 --- a/bots.d/custom-bad-referrers.conf +++ b/bots.d/custom-bad-referrers.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.05 -### Updated: 2018-08-21 +### Version: V4.2019.06 +### Updated: 2019-06-24 ################################################### ### VERSION INFORMATION ## diff --git a/bots.d/ddos.conf b/bots.d/ddos.conf index 4e891a93a..69cee1172 100644 --- a/bots.d/ddos.conf +++ b/bots.d/ddos.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2017.01 -### Updated: Sun Jan 29 11:35:32 SAST 2017 +### Version: V4.2019.02 +### Updated: 2019-06-24 ################################################### ### VERSION INFORMATION ## diff --git a/bots.d/whitelist-domains.conf b/bots.d/whitelist-domains.conf index 719fa3bdd..a82a586e8 100644 --- a/bots.d/whitelist-domains.conf +++ b/bots.d/whitelist-domains.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.04 -### Updated: 2018-08-21 +### Version: V4.2019.05 +### Updated: 2019-06-24 ################################################### ### VERSION INFORMATION ## diff --git a/bots.d/whitelist-ips.conf b/bots.d/whitelist-ips.conf index 7a7d655b1..f415804df 100644 --- a/bots.d/whitelist-ips.conf +++ b/bots.d/whitelist-ips.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.03 -### Updated: 2018-08-21 +### Version: V4.2019.04 +### Updated: 2019-06-24 ################################################### ### VERSION INFORMATION ##