mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Merge pull request #324 from internetee/registry-266
Exclude reg no. and ident country code from WHOIS output for private …
This commit is contained in:
commit
9a152b8289
1 changed files with 2 additions and 0 deletions
|
@ -13,8 +13,10 @@ delete: <%= json['delete'].to_s.tr('T',' ').sub('+', ' +') %>
|
|||
|
||||
Registrant:
|
||||
name: <%= json['registrant'] %>
|
||||
<% if json['registrant_kind'] != 'priv' -%>
|
||||
org id: <%= json['registrant_reg_no'] %>
|
||||
country: <%= json['registrant_ident_country_code'] %>
|
||||
<% end -%>
|
||||
email: Not Disclosed - Visit www.internet.ee for webbased WHOIS
|
||||
changed: <%= json['registrant_changed'].to_s.tr('T',' ').sub('+', ' +') %>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue