mirror of
https://github.com/google/nomulus
synced 2026-07-29 11:32:48 +00:00
This change renames directories in preparation for the great package rename. The repository is now in a broken state because the code itself hasn't been updated. However this should ensure that git correctly preserves history for each file.
30 lines
673 B
JSON
30 lines
673 B
JSON
{
|
|
"objectClassName" : "nameserver",
|
|
"handle" : "C-ROID",
|
|
"ldhName" : "ns3.cat.xn--q9jyb4c",
|
|
"unicodeName" : "ns3.cat.みんな",
|
|
"status" : ["active"],
|
|
"links" :
|
|
[
|
|
{
|
|
"value" : "http://myserver.google.com/nameserver/ns3.cat.xn--q9jyb4c",
|
|
"rel" : "self",
|
|
"href" : "http://myserver.google.com/nameserver/ns3.cat.xn--q9jyb4c",
|
|
"type" : "application/rdap+json"
|
|
}
|
|
],
|
|
"events": [
|
|
{
|
|
"eventAction": "registration",
|
|
"eventActor": "foo",
|
|
"eventDate": "1997-01-01T00:00:00.000Z"
|
|
},
|
|
],
|
|
"ipAddresses" :
|
|
{
|
|
"v4" : ["1.2.3.4"],
|
|
"v6" : ["bad:f00d:cafe::15:beef"]
|
|
},
|
|
"port43": "whois.google.com"
|
|
}
|