TwiN / whois

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

fix: Implement tracking expiration date for ru/su domains #17

Closed Kaned1as closed 1 year ago

Kaned1as commented 1 year ago

Hello. We're transitioning from .ru to .space domains but still need to track expiration for .ru until the migration and all the redirects are finished.

Summary

Implement domain expration and state tracking for .ru and .su domains. These domains use slightly different semantics described in the following doc: link

Unfortunately it's in Russian, so just navigate to page 5 where the names of all the fields are present. They don't specify which format the date field is in, but it seems to be compliant with ISO8601.

Checklist

TwiN commented 1 year ago

Thank you for the contribution!