mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 19:20:16 +00:00
34 lines
No EOL
2 KiB
Text
34 lines
No EOL
2 KiB
Text
# EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ###
|
|
|
|
### VERSION INFORMATION #
|
|
###################################################
|
|
### Version: V3.2017.02
|
|
### Updated: Mon Aug 21 11:29:32 SAST 2017
|
|
###################################################
|
|
### VERSION INFORMATION ##
|
|
|
|
##############################################################################
|
|
# _ __ _ #
|
|
# / |/ /__ _(_)__ __ __ #
|
|
# / / _ `/ / _ \\ \ / #
|
|
# /_/|_/\_, /_/_//_/_\_\ #
|
|
# __/___/ __ ___ __ ___ __ __ #
|
|
# / _ )___ ____/ / / _ )___ / /_ / _ )/ /__ ____/ /_____ ____ #
|
|
# / _ / _ `/ _ / / _ / _ \/ __/ / _ / / _ \/ __/ '_/ -_) __/ #
|
|
# /____/\_,_/\_,_/ /____/\___/\__/ /____/_/\___/\__/_/\_\\__/_/ #
|
|
# #
|
|
##############################################################################
|
|
|
|
# This is merely an example and gets auto included as since Version 2.2017.07 introduced on 2017-04-20
|
|
# This file must exist on your system or Nginx will fail a reload due to a missing file
|
|
# Only add one entry per line
|
|
|
|
# Make sure any domains have dots and special characters escaped as per the Regex examples below.
|
|
# For example some-veryvery-randomwebsitename-thatdoesnotexist4.com should be entered as
|
|
# some\-veryvery\-randomwebsitename\-thatdoesnotexist4\.com
|
|
|
|
"~*someveryveryrandomwebsitenamethatdoesnotexist1\.com" 1;
|
|
"~*someveryveryrandomwebsitenamethatdoesnotexist2\.com" 1;
|
|
"~*someveryveryrandomwebsitenamethatdoesnotexist3\.com" 1;
|
|
"~*some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com" 1;
|
|
|