dnscontrol/docs/writing-providers.md

11 lines
317 B
Markdown
Raw Normal View History

2017-03-14 15:43:03 +08:00
---
layout: default
---
# Writing new DNS providers
Writing a new DNS provider is a relatively straightforward process. You essentially need to implement the [providers.DNSServiceProvider interface.](https://godoc.org/github.com/StackExchange/dnscontrol/providers#DNSServiceProvider)
...
More info to follow soon.