Skip to content

APNIC-net/rdap-ingressd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

rdap-ingressd is a proxy and redirection server for the RDAP protocol. It receives RDAP queries from clients and routes the requests to the appropriate RDAP service by either:

  1. HTTP 301 redirect; or
  2. Proxying the request to another RDAP service and returning the result.

Feature Highlights

  • Dynamically scrapes authoritative sources for resource ownership and redirects resource requests to the correct authority's RDAP service. Supports redirects for the following resource types:

    • IPv4 and IPv6 addresses;
    • AS numbers; and
    • domains (forward and reverse).
  • Supports configuring a fall-through RDAP service for resource requests that cannot be redirected, such as entities and nameservers.

Licensing

rdap-ingressd is licensed under the BSD licence. Check the LICENSE file.

RDAP Specification

The RDAP protocol is specificed in the following IETF RFCs:

Documentation

Documentation for the project can be found in the docs/ subdirectory containing information on how to configure the project.

To quickly get started, please refer to the following documentation: