Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Suggest to add support for id extension #49

@indrahartawan

Description

@indrahartawan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions