get_sites_with_external_nameservers.sh: add support for 'omitted site names'.
This commit is contained in:
@ -13,3 +13,16 @@
|
||||
#
|
||||
#INTERNAL_NS_SERVER=""
|
||||
|
||||
|
||||
# OMITTED_SITE_NAMES
|
||||
#
|
||||
# site names containing one of the given omitted names will not be recognized
|
||||
#
|
||||
# Example:
|
||||
# OMITTED_SITE_NAMES="
|
||||
# warenform.de
|
||||
# warenform.org
|
||||
# "
|
||||
# Blank separated list of nameservers
|
||||
#
|
||||
#OMITTED_SITE_NAMES=""
|
||||
|
Reference in New Issue
Block a user