1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Add Azure DNS (#547)

* Add Azure DNS

* Remove unused code

* Fix failing tests and update build
This commit is contained in:
Vatsalya Goel
2019-09-19 11:45:14 +10:00
committed by Craig Peterson
parent 79c548b168
commit 813a186865
103 changed files with 15559 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ package all
import (
// Define all known providers here. They should each register themselves with the providers package via init function.
_ "github.com/StackExchange/dnscontrol/providers/activedir"
_ "github.com/StackExchange/dnscontrol/providers/azuredns"
_ "github.com/StackExchange/dnscontrol/providers/bind"
_ "github.com/StackExchange/dnscontrol/providers/cloudflare"
_ "github.com/StackExchange/dnscontrol/providers/digitalocean"