TwiN / whois

Lightweight WHOIS client in Go
MIT License
7 stars 6 forks source link

Add option to disable doesTLDHaveExpirationDate check when do query #10

Open NeoCN opened 1 year ago

NeoCN commented 1 year ago

Describe the feature request

Add option to disable doesTLDHaveExpirationDate check

Why do you personally want this feature to be implemented?

Want go get the whois info for domains like .me, with the doesTLDHaveExpirationDate check, the client will return error Domain extension me does not have a grace period.

How long have you been using this project?

No response

Additional information

another method, only do doesTLDHaveExpirationDate check in QueryAndParse function