Skip to content

Commit 7622733

Browse files
committed
Merge pull request #33 from LACNIC/master
Edited LACNIC json file
2 parents 4c61cf1 + f364f02 commit 7622733

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
2-
"baseUrl": "http://rdap.labs.lacnic.net/rdap",
2+
"baseUrl": "http://rdap.lacnic.net/rdap",
33
"objectClasses": {
44
"ip": {
55
"supported": true,
66
"exists": ["200.3.12.0/22", "2001:13c7:7002::/48"]
77
},
88
"domain": {
99
"supported": true,
10-
"exists": [],
10+
"exists": ["66.0.200.in-addr.arpa", "8.9.d.1.4.0.8.2.ip6.arpa"],
1111
"notExists": ["google.com"]
1212
},
1313
"nameserver": {
14-
"supported": false
14+
"supported": true,
15+
"exists": ["ns.lacnic.net"],
16+
"notExists": ["google.com"]
1517
},
1618
"entity": {
1719
"supported": true,
@@ -20,7 +22,8 @@
2022
},
2123
"autnum": {
2224
"supported": true,
23-
"exists": ["11081"]
25+
"exists": ["11081"],
26+
"notExists": ["0"]
2427
}
2528
}
2629
}

0 commit comments

Comments
 (0)