Browse Source
Merge branch 'master' into Tests-for-#553
pull/554/head
Tim Kimber
6 years ago
No known key found for this signature in database
GPG Key ID: 3E1804964E76BD18
1 changed files with
1 additions and
0 deletions
-
getssl
|
|
|
@ -548,6 +548,7 @@ check_config() { # check the config files for all obvious errors |
|
|
|
found_ip=true |
|
|
|
elif [[ "$(nslookup "${d}"| grep -c ^Name)" -ge 1 ]]; then |
|
|
|
debug "found IPv4 record for ${d}" |
|
|
|
found_ip=true |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|