/querist

Querist is like ip.me or ipleak.net. Lookup whois and dns with connect() API in Cloudflare Workers

Primary LanguageJavaScriptMIT LicenseMIT

Querist

Querist is like ip.me or ipleak.net on Cloudflare Workers.

querist

Features

  • DNS and WHOIS Lookup (with connect() API)
    • WHOIS Lookup for IPv4, IPv6 and ASN

API

API provides the following functionality:

Deploy

API

  1. cd ./api
  2. npm i
  3. Edit wrangler.toml
  4. npm run deploy

Front

  1. cd ./front
  2. npm i
  3. Edit PUBLIC_API in .env
  4. npm run deploy

Credit

IP geolocation data is provided by ip-api.

Map Data is provided by OpenStreetMap. Maps are rendered using the Leaflet.

Author

@shinosaki

LICENCE

MIT