This repository is used for managing Meeows' DNS configuration using OctoDNS.
Want your own meeows subdomain? Here's how you can get it:
-
Fork this repo - GitHub has a great guide if you need help.
-
Pick your domain - We've got
meeows.net
andmeeows.cloud
available! Open the corresponding.yaml
file (meeows.net.yaml
ormeeows.cloud.yaml
) in your fork. -
Add your subdomain - Find the right spot alphabetically (we like to keep things organized) and add something like this:
your-cool-name:
type: CNAME
value: your-website.com.
Quick setup guide:
- Replace
your-cool-name
with whatever you want your subdomain to be (soyour-cool-name.meeows.net
) - Replace
your-website.com.
with where you want it to point (don't forget that dot at the end!) - Using an IP address instead? Change
type: CNAME
totype: A
- Commit and create a PR - Save your changes, commit them, and create a pull request!
That's it! Someone will review your request and get you set up. 🎉
Need to make changes? Just update your fork and push the changes - no need to create a new PR!