You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
Hi there,
You can add support for .id extension
Whois server = whois.id
Registrar pattern
REGISTRAR=
cat ${WHOIS_TMP} | ${AWK} -F':' '/Registrar Organization:/ && $0 != "" { REGISTRAR=substr($0,36,32) } END { print REGISTRAR }'``Expired date pattern
cat ${WHOIS_TMP} | ${AWK} '/Expiration Date:/ { print $3 }'
Thank you
The text was updated successfully, but these errors were encountered: