Browse Source

woozie :dog:

windhamdavid 2 years ago
parent
commit
46ae35ea56
4 changed files with 33 additions and 10 deletions
  1. 8 0
      bad-referrer-words.conf
  2. 1 0
      blacklist-ips.conf
  3. 17 10
      blacklist-user-agents.conf
  4. 7 0
      whitelist-ips.conf

+ 8 - 0
bad-referrer-words.conf

@@ -24,6 +24,14 @@
 # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
 # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
 
 
 
 
+#######################################
+########## CUSTOM for dv.daw ##########
+#######################################
+
+SetEnvIfNoCase Referer ~*explicitnews\.com spam_ref
+SetEnvIfNoCase Referer ~*explicitclips\.com  spam_ref
+
+
 #######################################
 #######################################
 ########## CUSTOM for dev.dw ##########
 ########## CUSTOM for dev.dw ##########
 #######################################
 #######################################

+ 1 - 0
blacklist-ips.conf

@@ -205,6 +205,7 @@ Require not ip 211.95.50.8
 Require not ip 211.95.50.182
 Require not ip 211.95.50.182
 Require not ip 216.218.147.194
 Require not ip 216.218.147.194
 Require not ip 220.227.234.129
 Require not ip 220.227.234.129
+Require not ip 95.108.213.21
 
 
 
 
 ## zgrab scanner
 ## zgrab scanner

+ 17 - 10
blacklist-user-agents.conf

@@ -45,16 +45,23 @@
 
 
 # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
 # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
 
 
-	# *************************
-	# BLACKLIST ADDITIONAL BOTS
-	# *************************
+# *************************
+# BLACKLIST ADDITIONAL BOTS
+# *************************
 
 
-	#BrowserMatchNoCase "^(.*?)(\bMyVeryBadUserAgentName\b)(.*)$" bad_bot
-	#BrowserMatchNoCase "^(.*?)(\bMy\ Bad\ User\ Agent\b)(.*)$" bad_bot
+#BrowserMatchNoCase "^(.*?)(\bMyVeryBadUserAgentName\b)(.*)$" bad_bot
+#BrowserMatchNoCase "^(.*?)(\bMy\ Bad\ User\ Agent\b)(.*)$" bad_bot
+
+# *************************
+# WHITELIST ADDITIONAL BOTS
+# *************************
+
+#BrowserMatchNoCase "^(.*?)(\bMyVeryGoodUserAgentName\b)(.*)$" good_bot
+#BrowserMatchNoCase "^(.*?)(\bMy\ Bad\ User\ Agent\b)(.*)$" good_bot
+
+
+#######################################
+########## CUSTOM for dv.daw ##########
+#######################################
 
 
-	# *************************
-	# WHITELIST ADDITIONAL BOTS
-	# *************************
 
 
-	#BrowserMatchNoCase "^(.*?)(\bMyVeryGoodUserAgentName\b)(.*)$" good_bot
-	#BrowserMatchNoCase "^(.*?)(\bMy\ Bad\ User\ Agent\b)(.*)$" good_bot

+ 7 - 0
whitelist-ips.conf

@@ -16,6 +16,13 @@
 # ADD ONLY ONE "Require ip" COMMAND PER LINE !
 # ADD ONLY ONE "Require ip" COMMAND PER LINE !
 
 
 
 
+#######################################
+########## CUSTOM for dv.dw ##########
+#######################################
+Require ip 173.230.130.234
+Require ip 2600:3c02::f03c:93ff:fefc:319e
+
+
 #######################################
 #######################################
 ########## CUSTOM for dev.dw ##########
 ########## CUSTOM for dev.dw ##########
 #######################################
 #######################################