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:
committed by
Craig Peterson
parent
79c548b168
commit
813a186865
@@ -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"
|
||||
|
Reference in New Issue
Block a user