DNS Lookup Service
This sub-application provides API routes for DNS and RDAP lookups so the main app can call a self-hosted service instead of WhoisAPI for basic record checks.
Endpoints
GET /api/healthGET /api/dns?name=example.com&type=AGET /api/dns?name=example.com&type=NSGET /api/dns?name=8.8.8.8&type=PTRGET /api/rdap/domain/example.comGET /api/rdap/ip/8.8.8.8
To protect the service, set LOOKUP_SERVICE_API_KEY and send it as x-api-key in requests.