likexian / whois-parser

Whois parser for domain whois information parsing in Go(Golang).
Apache License 2.0
284 stars 86 forks source link

error: add another case for isLimitExceeded #84

Closed mfycheng closed 2 months ago

mfycheng commented 3 months ago

Some registrars (e.g. ".lu") will return a Maximum query rate reached message, which is currently not covered.

likexian commented 2 months ago

Hello @mfycheng Thanks for your PR.