Show registrant's kind, reg_no and ident country code in WHOIS

#266
This commit is contained in:
Artur Beljajev 2016-12-22 16:36:41 +02:00
parent e6069e06a9
commit 36760a3802
4 changed files with 86 additions and 6 deletions

View file

@ -13,6 +13,8 @@ delete: <%= json['delete'].to_s.tr('T',' ').sub('+', ' +') %>
Registrant:
name: <%= json['registrant'] %>
org id: <%= json['registrant_reg_no'] %>
country: <%= json['registrant_ident_country_code'] %>
email: Not Disclosed - Visit www.internet.ee for webbased WHOIS
changed: <%= json['registrant_changed'].to_s.tr('T',' ').sub('+', ' +') %>