Skip to content

Scrapyard-London/dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrapyard London DNS

We got the domain scrapyard.london for this event, and this is the repo to manage it! For scrapyard.hackclub.com/[london]/[page] pages, please get in contact with Hack Club directly

test deploy

This repository is used for managing my DNS configuration through OctoDNS. Please see its documentation for more information. If it bonks, please email leow@hackclub.com!

Adding a subdomain

  1. Create a fork of this repository.
  2. In your fork open the scrapyard.london.yaml file and add the following alphabetically based off the subdomain name:
SUBDOMAIN_NAME:
  - ttl: 600
    type: CNAME
    value: SOURCE_DOMAIN_OR_IP.
  1. Replace SUBDOMAIN_NAME with the name of the sub-domain. So if the name was registration then the subdomain would be registration.scrapyard.london.
  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! @Leo will then review your PR.

If you're asked to make any changes to your pull request, please amend it by commiting to your fork, instead of closing it and creating another.

Thanks to revolution-hacks/dns and their team for doing most all of the work for me, orig: hackclub/dns

About

add DNS records to scrapyard.london!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages