Skip to content

redirect2me/rdap-proxy

Repository files navigation

RDAP → WHOIS Proxy Logo

build 30 day uptime # of WHOIS servers # of RDAP servers

RDAP is the replacement for the WHOIS domain information lookup protocol. Unfortunately, not every registrar supports RDAP (report).

This is a simple proxy server that uses the existing WHOIS server but returns the information as RDAP.

Resource Links

How to Run

To run locally for development:

./run.sh

Contributing

License

GNU Affero General Public License v3.0

Credits

Docker Git Github golang Google Cloud Run NodePing pico.css

To Do

  • list of allowed TLDs to proxy (redirect always works)

  • /index.html: note about allowed domains

  • /index.html display recent TLDs queried w/success ratio

  • cache raw whois results (and nocache parameter)

  • banner and social media metadata

  • readme credits

  • unify logging

  • disable page logging when running in CloudRun

  • test for RDAP conformance

  • better date parsing

  • pass-through error responses

  • configurable limit message ("Free for light non-commerical use")

  • remove filesystem access to files in dev mode: air works

  • fallback whois/rdap server for TLDs without

  • metrics

  • metrics badges?

  • 404/500 pages

  • rate-limiter

  • timeouts

  • time delay (per IP?)

  • basic auth + config/flag for user/password

  • graceful shutdown

  • compression

  • security headers

Potential golang whois libraries