Skip to content
/ dns Public
forked from hackclub/dns

๐Ÿ•น Manage Hack Club's DNS through a git repo

Notifications You must be signed in to change notification settings

clubcss/dns

This branch is 2 commits ahead of, 1241 commits behind hackclub/dns:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1b69d3f ยท May 17, 2021
Feb 15, 2021
Feb 26, 2018
May 3, 2021
Oct 7, 2020
Feb 26, 2018
Feb 27, 2021
May 12, 2021
May 17, 2021
Aug 18, 2020
Aug 18, 2020
Aug 18, 2020

Repository files navigation

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.

About

๐Ÿ•น Manage Hack Club's DNS through a git repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%