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
[x] Tested and/or added tests to validate that the changes work as intended, if applicable.
[ ] Updated documentation in README.md, if applicable.
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: linkUnfortunately 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
README.md
, if applicable.