This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
getssl
mirror of
https://github.com/srvrco/getssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
51
Wiki
Activity
Browse Source
Fixed ipv4 confirmation with nslookup
pull/553/head
Harald Heigl
6 years ago
parent
48d24c638f
commit
7ec1e8648c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save