get_sites_with_external_nameservers.sh: add support for 'omitted site names'.

This commit is contained in:
2021-02-14 12:06:52 +01:00
parent f8a938d365
commit 79be6eae5a
2 changed files with 79 additions and 5 deletions

View File

@ -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=""