kittycat.boo
Free subdomains for everyone. Yes, that means you.
How to get a funny lookin' subdomain
Go to /get to claim your cool subdomain.
Help
If you need help or have an issue, open an issue or join my discord server
How it works
Once a new file is merged to the `subdomains` folder,
it takes the contents of the file (email for contact, type, target)
It next starts a worker (`.github/workflows/dns.yml`).
It then sends the data to cloudflare's api to add a DNS config for the subdomain.
The DNS worker adds these configs:
- - name (subdomain name)
- - type (CNAME, TXT, etc.)
- - target / content (the original address, or TXT content)
- - a 1hr TTL (checks the original address every 1hr to prevent overloading)
- - a note with contact info (incase I need to contact you)
These details is all that is needed for Cloudflare to register a DNS record.