Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbxyz/rootrdap
A script to generate a set of RDAP responses from the IANA root zone database.
https://github.com/gbxyz/rootrdap
iana-domain-root-zone-db rdap rdap-server
Last synced: 2 months ago
JSON representation
A script to generate a set of RDAP responses from the IANA root zone database.
- Host: GitHub
- URL: https://github.com/gbxyz/rootrdap
- Owner: gbxyz
- Created: 2023-03-28T13:55:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T12:06:04.000Z (about 1 year ago)
- Last Synced: 2023-12-11T13:29:11.970Z (about 1 year ago)
- Topics: iana-domain-root-zone-db, rdap, rdap-server
- Language: Perl
- Homepage: https://about.rdap.org
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NAME
`rootrdap.pl` - a script to generate a set of RDAP responses from the IANA root zone database.
# DESCRIPTION
As of writing, the Internet Assigned Numbers Authority (IANA) provides a port-43 service for the
root zone database (the list of top-level domains), but does not provide an RDAP service.This script scrapes data from the IANA whois service and generates RDAP responses for each TLD.
The RDAP responses are written to disk in a directory which can then be exposed through a web
server.An example of an RDAP service which provides access to this data may be found at
[https://root.rdap.org](https://root.rdap.org), for example:- [https://root.rdap.org/domain/xyz](https://root.rdap.org/domain/xyz)
# USAGE
rootrdap.pl DIRECTORY
`DIRECTORY` is the location on disk where the files should be written. `rootrdap.pl` will write
its working files to this directory as well as the finished .json files.If `DIRECTORY` is not provided, the current directory is used.
# COPYRIGHT
Copyright (c) 2018-2023 CentralNic Ltd and contributors. All rights reserved.
# LICENSE
Copyright (c) 2018-2023 CentralNic Ltd and contributors. All rights reserved.
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.