mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Make it easier to add new Rtypes. (#169)
* NEW: docs/adding-new-rtypes.md * Mark all "if" and "switch" statements with `#rtype_variations` * Make consistent use of `default: panic()`
This commit is contained in:
@@ -5,24 +5,35 @@ layout: default
|
||||
|
||||
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.
|
||||
## Getting Started
|
||||
|
||||
## [Providers]({{site.github.url}}/provider-list): Which DNS providers are supported.
|
||||
### [Getting Started]({{site.github.url}}/getting-started): A walk-through of the basics.
|
||||
|
||||
## [Language Reference]({{site.github.url}}/js): Description of the DNSControl language (DSL).
|
||||
### [Providers]({{site.github.url}}/provider-list): Which DNS providers are supported.
|
||||
|
||||
## [Examples]({{site.github.url}}/examples): The DNSControl language by example.
|
||||
### [Examples]({{site.github.url}}/examples): The DNSControl language by example.
|
||||
|
||||
## [Migrating]({{site.github.url}}/migrating): Migrating zones to DNSControl.
|
||||
|
||||
## [Testing]({{site.github.url}}/unittests): Unit Testing DNS Data.
|
||||
|
||||
## [github](https://github.com/StackExchange/dnscontrol): Get the source!
|
||||
### [Migrating]({{site.github.url}}/migrating): Migrating zones to DNSControl.
|
||||
|
||||
|
||||
## Reference
|
||||
|
||||
## FAQs and design notes
|
||||
### [Language Reference]({{site.github.url}}/js): Description of the DNSControl language (DSL).
|
||||
|
||||
- [Why CNAME/MX/NS targets require a trailing "dot"]({{site.github.url}}/why-the-dot)
|
||||
- [Writing Providers]({{site.github.url}}/writing-providers)
|
||||
- [ALIAS records in dnscontrol]({{site.github.url}}/alias)
|
||||
### [ALIAS / ANAME records in dnscontrol]({{site.github.url}}/alias)
|
||||
|
||||
### [Why CNAME/MX/NS targets require a trailing "dot"]({{site.github.url}}/why-the-dot)
|
||||
|
||||
|
||||
## Advanced Usage
|
||||
|
||||
### [Testing]({{site.github.url}}/unittests): Unit Testing for you DNS Data.
|
||||
|
||||
|
||||
## Developer info
|
||||
|
||||
### [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)
|
||||
|
||||
Reference in New Issue
Block a user