github.com/teknogeek/dnscontrol@v0.2.8/docs/toc.md (about) 1 --- 2 layout: default 3 title: TOC 4 --- 5 6 ## Getting Started 7 - [Getting Started]({{site.github.url}}/getting-started): A walk-through of the basics. 8 - [Providers]({{site.github.url}}/provider-list): Which DNS providers are supported. 9 - [Examples]({{site.github.url}}/examples): The DNSControl language by example. 10 - [Migrating]({{site.github.url}}/migrating): Migrating zones to DNSControl. 11 12 ## Reference 13 - [Language Reference]({{site.github.url}}/js): Description of the DNSControl language (DSL). 14 - [ALIAS / ANAME records in dnscontrol]({{site.github.url}}/alias) 15 - [Why CNAME/MX/NS targets require a trailing "dot"]({{site.github.url}}/why-the-dot) 16 17 ## Advanced Topics 18 - [Testing]({{site.github.url}}/unittests): Unit Testing DNS Data. 19 - [SPF Optimizer]({{site.github.url}}/spf): Optimize your SPF records. 20 21 ## Developer info 22 - [GitHub](https://github.com/StackExchange/dnscontrol): Get the source! 23 - [Writing Providers]({{site.github.url}}/writing-providers) 24 - [Adding new DNS record types]({{site.github.url}}/adding-new-rtypes)