This repository is used for managing Hack Club's DNS configuration through OctoDNS. Please see its documentation for more information.
- Create a fork of this repository.
- In your fork open the hackclub.com.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_NAMEwith the name of the sub-domain. So if the name washellothen the subdomain would behello.hackclub.com. - Replace
SOURCE_DOMAIN_OR_IPwith the domain or IP address of the website you want the subdomain to go. If you are using an IP address changetype: CNAMEtotype: 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 looking to use both Google Workspace and Vercel, deploying your changes may break. To fix this, follow these steps (each in a seperate step, irvine.hackclub.com is an example of this process):
- Delete all records associated to your subdomain.
- Add the records needed for Google Workspace to your subdomain.
- Add the remaining records you'd like for your subdomain. Instead of a
CNAME, useALIAS.
Subdomains, under domains following the format hackclub.xxx(or other domains reffering to hackclub), are only available for clubs and projects related to Hack Club, this does not include HCB projects. Everyone is welcome to use dino.icu!
When adding a site hosted on â–² Vercel, you will need to verifiy the domain by adding a TXT record.
Add the value to the hackclub.com.yaml file as shown below:
_vercel:
ttl: 600
type: TXT
values:
- vc-domain-verify=wackclub.hackclub.com,423c28e0fbdd51449cf1