check-connectivity.sh: fix some minor bugs.

This commit is contained in:
2020-03-05 00:19:45 +01:00
parent 67b6587917
commit b27b0aa937
2 changed files with 177 additions and 19 deletions

View File

@ -0,0 +1,33 @@
# -------------------------------------------
# - Settings for script check-connectivity.sh
# -------------------------------------------
# - IPV6_PRESENT
# -
# - Possible values: true/false
# -
# - Example:
# - IPV6_PRESENT=false
# -
# - Default value: true
# -
#IPV6_PRESENT=true
# - DNS_CHECK_HOSTS
# -
# - Blank sepatated list of hostnames checked by lokal nameservice simply
# - for their ip-addresses
# -
# - Defaults to: DNS_CHECK_HOSTS="www.oopen.de www.google.com www.heise.de"
# -
#DNS_CHECK_HOSTS="www.oopen.de www.google.com www.heise.de www.debian.org"
# - HTTPS_CHECK_HOSTS
# -
# - Blank sepatated list of websites which will be checked for accessibility
# -
# - Defaults to: HTTPS_CHECK_HOSTS="www.oopen.de www.google.com www.heise.de"
# -
#HTTPS_CHECK_HOSTS="www.oopen.de www.google.com www.heise.de www.debian.org"