Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/longern/bsky-lookup
- Owner: longern
- License: mit
- Created: 2024-10-21T03:50:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T04:02:18.000Z (3 months ago)
- Last Synced: 2024-10-24T14:31:27.106Z (3 months ago)
- Topics: bluesky, cloudflare-api, cloudflare-dns, cloudflare-workers, dns-lookup
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.