2017-09-30 03:44:13 +08:00
|
|
|
---
|
|
|
|
layout: default
|
2017-10-11 20:33:17 +08:00
|
|
|
title: TOC
|
2017-09-30 03:44:13 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
## Getting Started
|
2017-10-24 21:42:30 +08:00
|
|
|
- [Getting Started]({{site.github.url}}/getting-started): A walk-through of the basics.
|
|
|
|
- [Providers]({{site.github.url}}/provider-list): Which DNS providers are supported.
|
|
|
|
- [Examples]({{site.github.url}}/examples): The DNSControl language by example.
|
|
|
|
- [Migrating]({{site.github.url}}/migrating): Migrating zones to DNSControl.
|
2017-09-30 03:44:13 +08:00
|
|
|
|
|
|
|
## Reference
|
2017-10-24 21:42:30 +08:00
|
|
|
- [Language Reference]({{site.github.url}}/js): Description of the DNSControl language (DSL).
|
|
|
|
- [ALIAS / ANAME records in dnscontrol]({{site.github.url}}/alias)
|
|
|
|
- [Why CNAME/MX/NS targets require a trailing "dot"]({{site.github.url}}/why-the-dot)
|
2017-09-30 03:44:13 +08:00
|
|
|
|
|
|
|
## Advanced Topics
|
2017-10-24 21:42:30 +08:00
|
|
|
- [Testing]({{site.github.url}}/unittests): Unit Testing DNS Data.
|
|
|
|
- [SPF Optimizer]({{site.github.url}}/spf): Optimize your SPF records.
|
2017-09-30 03:44:13 +08:00
|
|
|
|
|
|
|
## Developer info
|
2017-10-24 21:42:30 +08:00
|
|
|
- [GitHub](https://github.com/StackExchange/dnscontrol): Get the source!
|
|
|
|
- [Writing Providers]({{site.github.url}}/writing-providers)
|
|
|
|
- [Adding new DNS record types]({{site.github.url}}/adding-new-rtypes)
|