dnscontrol/docs/index.md

22 lines
646 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.
2017-01-12 04:02:45 +08:00
## [Getting Started]({{site.github.url}}/getting-started)
## [Providers]({{site.github.url}}/provider-list)
2017-03-14 15:46:11 +08:00
## [Language Reference]({{site.github.url}}/js)
## [github](https://github.com/StackExchange/dnscontrol)
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)