Skip to content

Commit

Permalink
[feature/nro-profile] Add rdap.registro.br example configuration (fixes
Browse files Browse the repository at this point in the history
#34).
  • Loading branch information
tomhrr committed Feb 20, 2024
1 parent 16f15d9 commit 9da6539
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions eg/rdap.registro.br.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"baseUrl": "https://rdap.registro.br",
"requestsPerSecond": 0.1,
"acceptContentType": "application/json",
"objectClasses": {
"ip": {
"supported": false
},
"autnum": {
"supported": false
},
"nameserver": {
"supported": false
},
"domain": {
"supported": true,
"exists": ["rdap.registro.br"],
"notExists": ["google.com"]
},
"entity": {
"supported": true,
"exists": ["05506560000136"],
"notExists": ["@@@@@@@@"]
}
}
}

0 comments on commit 9da6539

Please sign in to comment.