🕹 Manage Hack Club's DNS through a GitHub repository
Find a file
Alejandrooooooo f0b909914d
Update webstergroves.hackclub.com (#609)
* Update hackclub.com.yaml

I dont really know if i did it right but I hope if I didn't please send me and email @khupm22@gmail.com! Thanks

* Update hackclub.com.yaml

* Update hackclub.com.yaml

* update from the last pull request

* Update hackclub.com.yaml

Co-authored-by: Sam Poder <39828164+sampoder@users.noreply.github.com>
Co-authored-by: Ella <72365100+eilla1@users.noreply.github.com>
2021-11-15 12:44:33 -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 add dino.icu to production.yaml (#601) 2021-11-11 17:36:09 +08:00
bulckcah.com.yaml Add missing type 2021-10-13 23:22:27 -04:00
dino.icu.yaml += scales.dino.icu (#610) 2021-11-15 12:41:44 -08:00
dinosaurbbq.org.yaml Remove extra space 2021-10-06 16:43:22 -04:00
hack.af.yaml Add proxy as catch-all for hack.af 2021-10-13 23:35:26 -04:00
hackclub.app.yaml Fix email records 2021-08-20 21:31:24 -04:00
hackclub.com.yaml Update webstergroves.hackclub.com (#609) 2021-11-15 12:44:33 -08:00
hackclub.io.yaml Update hackclub.io to point to new proxy server 2021-10-13 23:23:52 -04:00
hackclub.org.yaml Point hackclub.org to new proxy server 2021-10-13 23:24:10 -04:00
hackedu.us.yaml hackedu.us -> proxy.servers.hackclub.com 2021-10-13 23:23:23 -04:00
hackfoundation.org.yaml Add the.hackfoundation.org 2021-09-30 13:32:55 -04:00
README.md Update README.md 2021-10-15 16:40:22 +08: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.

Domains are available for all clubs and projects related to Hack Club.

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.