Vladyslav V. Prodan

Results 60 comments of Vladyslav V. Prodan

> > > Hello, > > 1. Please add support for .hu+.sk+.eu domains My fork of the script works. https://github.com/click0/domain-check-2 ``` # sh domain-check-2.sh -d google.sk Domain Registrar Status Expires...

> 2\. Is it possible to add any command for only return expiry date? Now I must use awk command for this. And it returning like: > 13-mar-2020 - but...

Thanks. Commit https://github.com/click0/domain-check-2/commit/90d4070b6c60a0c638e5114f7278e1de3c13f130.

There is already a mention of this in the script. https://github.com/click0/domain-check-2/blob/23d7be38301bb25023fde0d74a358e20d7bc5b7c/domain-check-2.sh#L248-L249

Fixed checking on the existence of binary files of the necessary programs for the script to work. https://github.com/click0/domain-check-2/commit/2434d9f15c225eac9816b55d85f34ffadb278c82

Please, see my last commit - fba7429cbfdd51c188b13567c3745f1aba0ddc2e

Use [my fork](https://github.com/click0/domain-check-2). ``` # sh domain-check-2.sh -d exampledomain.ca Domain Registrar Status Expires Days Left ----------------------------------- ---------------------------------------------- -------- ----------- --------- exampledomain.ca Webnames.ca Inc. Valid 16-may-2021 222 ```

Yes. In 20 months we have almost completely rewritten the initial script. You can [see the commit history ](https://github.com/nixcraft/domain-check-2/pull/25)for yourself.

This is a question you can ask @nixcraft why it doesn't accept pull requests.

> > > how do i add support for .my . Where can I lookup the format? > .My domain zone has almost no working whois service whois.mynic.my. As soon...