This repository is used for managing my DNS configuration through OctoDNS. Please see its documentation for more information.
- Create a fork of this repository.
- In your fork open the transfemme.dev.yaml file and add the following alphabetically based off the subdomain name:
SUBDOMAIN_NAME:
- ttl: 600
type: CNAME
value: SOURCE_DOMAIN_OR_IP.
- Replace
SUBDOMAIN_NAME
with the name of the sub-domain. So if the name washello
then the subdomain would behello.transfemme.dev
. - Replace
SOURCE_DOMAIN_OR_IP
with the domain or IP address of the website you want the subdomain to go. If you are using an IP address changetype: CNAME
totype: A
. Remember to leave that.
at the end! - Commit your changes and create the PR!
That's it! Someone with contributor access to the repo will then review your PR.
If you're asked to make any changes to your pull request, please amend it by commiting to your fork, instead of closing it and creating another.
Thanks to hackclub/dns for the idea and doing most of the work for me