Browse Source

Merge pull request #553 from Cyber1000/fix_nslookup

Fixed ipv4 confirmation with nslookup
pull/556/head
Tim Kimber 6 years ago
committed by GitHub
parent
commit
ceb688666a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      getssl

+ 1
- 0
getssl View File

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


Loading…
Cancel
Save