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
Drop text source of Unix whois reqests and use JSON instead.
There are two version of whois data for every active domain registration in whois db - in json and in text form. Latter is used by unix whois for very quick responses. But the maintenance overhead to keep this going does not seem to justify the effort.. For this reason we would like to drop the text verision of whois response snapshots and proceed with only json version of whois data.
The text was updated successfully, but these errors were encountered:
This has slightly wider implications, as plain unix body is used also by rest-whois. Instead of generating a template, we traverse each line of whois_record's body and base the response on that. This also needs to be revamped.
Drop text source of Unix whois reqests and use JSON instead.
There are two version of whois data for every active domain registration in whois db - in json and in text form. Latter is used by unix whois for very quick responses. But the maintenance overhead to keep this going does not seem to justify the effort.. For this reason we would like to drop the text verision of whois response snapshots and proceed with only json version of whois data.
The text was updated successfully, but these errors were encountered: