Skip to content

shinosaki/querist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks