mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Remove technical and administrative contacts info
It's a partial solution for https://github.com/internetee/whois/issues/26
This commit is contained in:
parent
fcab0ccedb
commit
396852df53
2 changed files with 19 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
<%= json['disclaimer'].scan(/\S.{0,72}\S(?=\s|$)|\S+/).join('\n') %>
|
||||
<%= json['disclaimer'].scan(/\S.{0,72}\S(?=\s|$)|\S+/).join("\n") %>
|
||||
|
||||
Estonia .ee Top Level Domain WHOIS server
|
||||
|
||||
|
@ -25,18 +25,18 @@ changed: <%= json['registrant_changed'].to_s.tr('T',' ').sub('+', ' +') %>
|
|||
<%- if json['admin_contacts'].present? -%>
|
||||
Administrative contact:
|
||||
<%- for contact in json['admin_contacts'] -%>
|
||||
name: <%= contact['name'] %>
|
||||
name: Not Disclosed - Visit www.internet.ee for webbased WHOIS
|
||||
email: Not Disclosed - Visit www.internet.ee for webbased WHOIS
|
||||
changed: <%= contact['changed'].to_s.tr('T',' ').sub('+', ' +') %>
|
||||
changed: Not Disclosed - Visit www.internet.ee for webbased WHOIS
|
||||
<%- end -%>
|
||||
|
||||
<%- end -%>
|
||||
<% if json['tech_contacts'].present? %>
|
||||
Technical contact:
|
||||
<%- for contact in json['tech_contacts'] -%>
|
||||
name: <%= contact['name'] %>
|
||||
name: Not Disclosed - Visit www.internet.ee for webbased WHOIS
|
||||
email: Not Disclosed - Visit www.internet.ee for webbased WHOIS
|
||||
changed: <%= contact['changed'].to_s.tr('T',' ').sub('+', ' +') %>
|
||||
changed: Not Disclosed - Visit www.internet.ee for webbased WHOIS
|
||||
<%- end -%>
|
||||
|
||||
<%- end -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue