-
Notifications
You must be signed in to change notification settings - Fork 1
/
tld.json
38 lines (38 loc) · 815 Bytes
/
tld.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"xyz": {
"nic": "whois.nic.xyz",
"response": "object does not exist"
},
"com": {
"nic": "whois.verisign-grs.com",
"response": "no match for"
},
"net": {
"nic": "whois.verisign-grs.com",
"response": "no match for"
},
"ci": {
"nic": "whois.nic.ci",
"response": "no object found"
},
"ren": {
"nic": "whois.nic.ren",
"response": "object does not exist"
},
"su": {
"nic": "whois.tcinet.ru",
"response": "no entries found"
},
"ru": {
"nic": "whois.tcinet.ru",
"response": "no entries found"
},
"se": {
"nic": "whois.iis.se",
"response": "not found"
},
"lu": {
"nic": "whois.dns.lu",
"response": "no such domain"
}
}