🕹 Manage Hack Club's DNS through a GitHub repository
Find a file
Sam Poder a59fc47c0b Revert "straya (v3) (#468)"
This reverts commit 098572a990.
2021-04-03 17:04:58 +08:00
.github/workflows Attempt to use Python 3 2021-02-15 18:07:45 -05:00
bin Initial commit 2018-02-26 14:06:01 -08:00
config Remove Hack Chicago (#353) 2020-08-18 14:59:36 -04:00
bulckcah.com.yaml Add remaining domains for DNS config 2018-02-26 15:50:47 -08:00
hack.af.yaml Add google site verification for hack.af (#446) 2021-02-27 13:13:14 -05:00
hackclub.com.yaml Revert "straya (v3) (#468)" 2021-04-03 17:04:58 +08:00
hackclub.io.yaml Fix old domains with Vercel redirects (#356) 2020-08-18 18:43:33 -04:00
hackclub.org.yaml Fix old domains with Vercel redirects (#356) 2020-08-18 18:43:33 -04:00
hackedu.us.yaml Fix old domains with Vercel redirects (#356) 2020-08-18 18:43:33 -04:00
README.md 📝 Fix location and domain type 2020-10-07 19:48:22 -04:00

Hack Club's DNS

test deploy

This repository is used for managing Hack Club's DNS configuration through OctoDNS. Please see its documentation for more information.

Adding a subdomain

  1. Create a fork of this repository.
  2. In your fork open the hackclub.com.yaml file and add the following alphabetically based off the subdomain name:
SUBDOMAIN_NAME:
  - ttl: 1
    type: CNAME
    value: SOURCE_DOMAIN_OR_IP.
  1. Replace SUBDOMAIN_NAME with the name of the sub-domain. So if the name was hello then the subdomain would be hello.hackclub.com.
  2. 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 change type: CNAME to type: A. Remember to leave that . at the end!
  3. Commit your changes and create the PR!

That's it! Someone with contributor access to the repo will then review your PR.