shinosaki / querist

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

Home Page:https://ip.lain.im

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://ip.lain.im

License:MIT License


Languages

Language:JavaScript 53.8%Language:TypeScript 25.1%Language:Svelte 19.1%Language:HTML 1.2%Language:CSS 0.8%