Skip to content

Commit 9da6539

Browse files
committed
[feature/nro-profile] Add rdap.registro.br example configuration (fixes #34).
1 parent 16f15d9 commit 9da6539

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

eg/rdap.registro.br.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"baseUrl": "https://rdap.registro.br",
3+
"requestsPerSecond": 0.1,
4+
"acceptContentType": "application/json",
5+
"objectClasses": {
6+
"ip": {
7+
"supported": false
8+
},
9+
"autnum": {
10+
"supported": false
11+
},
12+
"nameserver": {
13+
"supported": false
14+
},
15+
"domain": {
16+
"supported": true,
17+
"exists": ["rdap.registro.br"],
18+
"notExists": ["google.com"]
19+
},
20+
"entity": {
21+
"supported": true,
22+
"exists": ["05506560000136"],
23+
"notExists": ["@@@@@@@@"]
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)