mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
NEW REGISTRAR: OpenSRS (#275)
* Initial commit for OpenSRS registrar support #272 * sort existing name servers before comparing. * vendor philhug/opensrs-go * Update docs for OpenSRS #272 * Cache OpenSRS client to prevent http connection leak * run go fmt
This commit is contained in:
committed by
Tom Limoncelli
parent
20f0c984e4
commit
dfd015e5cd
@@ -15,6 +15,7 @@ import (
|
||||
_ "github.com/StackExchange/dnscontrol/providers/namedotcom"
|
||||
_ "github.com/StackExchange/dnscontrol/providers/ns1"
|
||||
_ "github.com/StackExchange/dnscontrol/providers/octodns"
|
||||
_ "github.com/StackExchange/dnscontrol/providers/opensrs"
|
||||
_ "github.com/StackExchange/dnscontrol/providers/ovh"
|
||||
_ "github.com/StackExchange/dnscontrol/providers/route53"
|
||||
_ "github.com/StackExchange/dnscontrol/providers/softlayer"
|
||||
|
Reference in New Issue
Block a user