diff --git a/bots.d/bad-referrer-words.conf b/bots.d/bad-referrer-words.conf index 0969a6e69..5e19d36eb 100644 --- a/bots.d/bad-referrer-words.conf +++ b/bots.d/bad-referrer-words.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.05 -### Updated: 2018-08-06 +### Version: V3.2018.06 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -51,6 +51,9 @@ # As you can see in the examples below the word "adultgalls" is entered with a preceding \b and an ending \b # this makes it now "\badultgalls\b". It is crucial to use the word boundaries regex formatting. +# --------- +# EXAMPLES: +# --------- # "~*\badultgalls\b" 1; # "~*\bamateurxpass\b" 1; # "~*\bbigblackbooty\b" 1; @@ -66,3 +69,5 @@ # "~*\bwebfuck\b" 1; # "~*\bxxxrus\b" 1; # "~*\bzeroredirect\b" 1; + + diff --git a/bots.d/blacklist-domains.conf b/bots.d/blacklist-domains.conf index f3a42a6a2..fb37480b3 100644 --- a/bots.d/blacklist-domains.conf +++ b/bots.d/blacklist-domains.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.03 -### Updated: 2018-08-06 +### Version: V3.2018.04 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -36,6 +36,10 @@ # this makes it now "\bmyblacklisteddomainname\.com\b". It is crucial to use the word boundaries regex formatting. # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - +# --------- +# EXAMPLES: +# --------- # "~*\bmyblacklisteddomainname\.com\b" 1; # "~*\bmy\-second\-blacklisted\.com\b" 1; + + diff --git a/bots.d/blacklist-user-agents.conf b/bots.d/blacklist-user-agents.conf index e1bf4c164..e1fcb6bed 100644 --- a/bots.d/blacklist-user-agents.conf +++ b/bots.d/blacklist-user-agents.conf @@ -3,8 +3,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.04 -### Updated: 2018-08-06 +### Version: V3.2018.05 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -44,19 +44,19 @@ # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED -# ********************* +# --------------------- # WHITELISTING EXAMPLES -# ********************* - +# --------------------- # "~*\bsomeverygooduseragentname1\b" 0; # "~*\bsomeverygooduseragentname2\b" 0; # "~*\bsome\-very\-good\-useragentname2\b" 0; -# ********************* +# --------------------- # BLACKLISTING EXAMPLES -# ********************* - +# --------------------- # "~*\bsomeverybaduseragentname1\b" 3; # "~*\bsomeverybaduseragentname2\b" 3; # "~*\bsome\-very\-bad\-useragentname2\b" 3; + + diff --git a/bots.d/custom-bad-referrers.conf b/bots.d/custom-bad-referrers.conf index 107515201..ac989bfeb 100644 --- a/bots.d/custom-bad-referrers.conf +++ b/bots.d/custom-bad-referrers.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.04 -### Updated: 2018-08-06 +### Version: V3.2018.05 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -35,11 +35,14 @@ # is entered with a preceding \b and an ending \b # this makes it now "\bsomeveryveryrandomwebsitenamethatdoesnotexist1\.com\b". # It is crucial to use the word boundaries regex formatting. - +# --------- +# EXAMPLES: +# --------- # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - # "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist1\.com\b" 1; # "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist2\.com\b" 1; # "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist3\.com\b" 1; # "~*\bsome\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com\b" 1; + + \ No newline at end of file diff --git a/bots.d/whitelist-domains.conf b/bots.d/whitelist-domains.conf index 2fe371052..719fa3bdd 100644 --- a/bots.d/whitelist-domains.conf +++ b/bots.d/whitelist-domains.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.03 -### Updated: 2018-08-06 +### Version: V3.2018.04 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -36,6 +36,10 @@ # this makes it now "\bmyfirstowndomainname\.com\b". It is crucial to use the word boundaries regex formatting. # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - +# --------- +# EXAMPLES: +# --------- # "~*\bmyfirstowndomainname\.com\b" 0; # "~*\bmy\-second\-owndomainname\.com\b" 0; + + diff --git a/bots.d/whitelist-ips.conf b/bots.d/whitelist-ips.conf index 4c5925f0e..7a7d655b1 100644 --- a/bots.d/whitelist-ips.conf +++ b/bots.d/whitelist-ips.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.02 -### Updated: 2018-08-06 +### Version: V3.2018.03 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -27,8 +27,9 @@ # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED # REFRAIN FROM USING 127.0.0.1 AS IT MAY CAUSE UNDESIRABLE RESULTS ON SOME SYSTEMS -# ######## +# --------- # EXAMPLES: +# --------- # 111.111.111.111 0;