mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 20:55:10 +00:00
🕹 Manage Hack Club's DNS through a GitHub repository
| .github/workflows | ||
| bin | ||
| config | ||
| bulckcah.com.yaml | ||
| hack.af.yaml | ||
| hackclub.app.yaml | ||
| hackclub.com.yaml | ||
| hackclub.io.yaml | ||
| hackclub.org.yaml | ||
| hackedu.us.yaml | ||
| hackfoundation.org.yaml | ||
| README.md | ||
Hack Club's DNS
This repository is used for managing Hack Club's DNS configuration through OctoDNS. Please see its documentation for more information.
Adding a subdomain
- 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: 1
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.