You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add support for .cz and .me domain expiration (#24)
* Added support for .CZ and .ME domain expiration parsing
* Added support for .CZ and .ME domain expiration parsing with strings.ToUpper(value) for consistent date formatting
* Fix main code and add tests for TLD handling (.cz, .me)
* Fix: Add handling for missing domain statuses and name servers for .cz and other TLDs
* Fix: Add handling for missing domain statuses and name servers for .cz and other TLDs
* Apply suggestions from code review
* Exclude .cz domain from status check in tests
* Update whois_test.go
* Update whois_test.go
* Fix: Added support for .cz TLD, updated expiration date handling, and removed .me from tldWithoutExpirationDate
---------
Co-authored-by: TwiN <twin@linux.com>
fix: Expiration Date time parsing format for .uk and .scot domains (#14)
* fix: Expiration Date time parsing format for .co.uk/.uk
* fix: Expiration Date time parsing format for .scot
* fix: add whois.nic.uk to referral cache