Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/longern/bsky-lookup

Lookup all DNS records of bluesky handle and display a landing page
https://github.com/longern/bsky-lookup

bluesky cloudflare-api cloudflare-dns cloudflare-workers dns-lookup

Last synced: about 2 months ago
JSON representation

Lookup all DNS records of bluesky handle and display a landing page

Awesome Lists containing this project

README

        

# bsky-lookup
Lookup all DNS records of bluesky handle on Cloudflare and display a landing page using Cloudflare Workers.

# Usage
Create a new worker. Open `worker.js`, copy source code and paste into worker editor. Then deploy.

Set the following variables:

* `CLOUDFLARE_API_KEY`: API key for reading DNS records
* `ZONE_ID_EXAMPLE_COM`: Uppercase your domain and replace `.` and `-` into `_` (`example.com` -> `EXAMPLE_COM`). Add `ZONE_ID_` prefix to get variable name. Variable value is zone ID (NOT account ID) copied from Cloudflare zone dashboard.