mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
shim for writing providers
This commit is contained in:
11
docs/writing-providers.md
Normal file
11
docs/writing-providers.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
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.
|
Reference in New Issue
Block a user