dnscontrol/docs/index.md

26 lines
916 B
Markdown
Raw Normal View History

2017-01-12 04:02:45 +08:00
---
layout: default
---
# DNSControl
2017-03-14 15:46:11 +08:00
Dnscontrol is a platform for seamlessly managing your dns configuration across any number of DNS hosts, both in the cloud or in your own infrastructure. It manages all of the domains for the Stack Exchange network.
## [Getting Started]({{site.github.url}}/getting-started): A walk-through of the basics.
2017-01-12 04:02:45 +08:00
## [Providers]({{site.github.url}}/provider-list): Which DNS providers are supported.
2017-01-12 04:02:45 +08:00
## [Language Reference]({{site.github.url}}/js): Description of the DNSControl language (DSL).
2017-03-14 15:46:11 +08:00
## [Examples]({{site.github.url}}/examples): DSL examples.
2017-03-21 11:47:18 +08:00
## [Migrating]({{site.github.url}}/migrating): Migrating zones to DNSControl.
## [github](https://github.com/StackExchange/dnscontrol): Get the source!
2017-01-12 04:02:45 +08:00
2017-03-14 15:43:03 +08:00
2017-02-02 01:32:37 +08:00
## FAQs and design notes
2017-03-14 15:43:48 +08:00
- [Why CNAME/MX/NS targets require a trailing "dot"]({{site.github.url}}/why-the-dot)
2017-03-14 15:43:03 +08:00
- [Writing Providers]({{site.github.url}}/writing-providers)