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

Added Vultr provider (#217) (#219)

* Added Vultr provider
* Fixed tests
* Fixed CI build validation
* Add unsupported features
* Added #rtype_variations tags according to stackexchange.github.io/dnscontrol/adding-new-rtypes
* Add title (for compatibility with #223)
* Removed extra rtype_variations
This commit is contained in:
Patrick G
2017-10-12 09:21:36 -04:00
committed by Tom Limoncelli
parent 002426ce4d
commit 23427516c0
30 changed files with 3555 additions and 0 deletions

View File

@@ -15,4 +15,5 @@ import (
_ "github.com/StackExchange/dnscontrol/providers/ns1"
_ "github.com/StackExchange/dnscontrol/providers/route53"
_ "github.com/StackExchange/dnscontrol/providers/softlayer"
_ "github.com/StackExchange/dnscontrol/providers/vultr"
)