Requesting a Subdomain¶
- First, fork the kasefuchs/domains repository.
- Create a new file in the directory
packages/zones/data/floof.fansnamed<your-subdomain>.yaml. - Add the base content to the newly created file:
The owners field is a list of GitHub usernames that manage the subdomain. Include at least one, usually your GitHub username.
You can optionally include NS records if you want to delegate your subdomain to another DNS provider:
---
owners:
- <your-github-username>
records:
NS:
- target: ns1.example.com.
- target: ns2.example.com.
- If you use NS records, choose your desired targets in the delegation section and update your subdomain file accordingly.
- See the full list of supported record types and examples on the records page.
- Create a pull request to the main branch.