72dbcd7a2a49237948d3c5ff225c22d736ce384d
services/Whois.md
| ... | ... | @@ -42,6 +42,10 @@ To add or edit records with the web interface, authentication is done thanks to |
| 42 | 42 | |
| 43 | 43 | The password are not stored in cleartext in the registry: a hash is computed from the password and the name of the maintainer object. To generate such a hash (e.g. in case you forgot your password), use https://io.nixnodes.net/nctlio.php?m=dnr&gen=mypassword&mnt=MYMAINTAINER-MNT |
| 44 | 44 | |
| 45 | +## REST API with JSON response |
|
| 46 | + |
|
| 47 | +Read-only, responses are encoded in JSON, for details please consult https://rest.dn42/ . |
|
| 48 | + |
|
| 45 | 49 | ## Misc |
| 46 | 50 | |
| 47 | 51 | A read-only interface is also available at http://ix.ucis.dn42/dn42/ ([public](http://ix.ucis.nl/dn42/) or 172.22.166.3). The used PHP scripts are available from UFO a.k.a. Ivo at request. |
| ... | ... | @@ -57,10 +61,6 @@ The Python code for generating the zone from the registry is available on the mo |
| 57 | 61 | |
| 58 | 62 | The idea comes from the guys at cymru.com, who provide this service for the Internet (e.g. `AS1.asn.cymru.com`), see https://www.team-cymru.org/Services/ip-to-asn.html#dns |
| 59 | 63 | |
| 60 | -# REST API with JSON response |
|
| 61 | - |
|
| 62 | -https://rest.dn42/ |
|
| 63 | - |
|
| 64 | 64 | # Address space |
| 65 | 65 | |
| 66 | 66 | There is nice 3djs visualisation showing current address space usage: http://dataviz.polynome.dn42/dn42-netblock-visu/registry.html ([public](http://dataviz.polyno.me/dn42-netblock-visu/registry.html) or 172.23.184.71). The input data is taken from the registry. |