Closed AlfredoRamos closed 6 months ago
In #20 it added support for .MX domains, however that uses the whois.mx server, which sometimes, and for some ccSLD like .org.mx, gives time-out errors.
whois.mx
.org.mx
$ go build -o bin/whois cmd/whois/main.go $ bin/whois [REDACTED].org.mx dial tcp 5.161.210.2:43: i/o timeout
Replacing it with whois.nic.mx fixes this issue for all *.mx extensions.
whois.nic.mx
*.mx
Summary
In #20 it added support for .MX domains, however that uses the
whois.mx
server, which sometimes, and for some ccSLD like.org.mx
, gives time-out errors.Replacing it with
whois.nic.mx
fixes this issue for all*.mx
extensions.Checklist