mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-08 00:18:57 +08:00
11 lines
317 B
Markdown
11 lines
317 B
Markdown
|
---
|
||
|
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.
|