Commit graph

33 commits

Author SHA1 Message Date
Pierre-Emmanuel Jacquier 511c0bf7de NEW PROVIDER: Exoscale (#390)
* Add exoscale provider

Signed-off-by: Pierre-Emmanuel Jacquier <pierre-emmanuel.jacquier@epitech.eu>

* Fix validation

Signed-off-by: Pierre-Emmanuel Jacquier <pierre-emmanuel.jacquier@epitech.eu>

* Fix DualProvider

Signed-off-by: Pierre-Emmanuel Jacquier <pierre-emmanuel.jacquier@epitech.eu>
2019-02-22 09:10:23 -05:00
Sumit Murari a930802a8f Documentation: Added brew installation method to README (#426) 2018-12-13 07:24:34 -05:00
Fumihiro Ito f58acabe9f Build: Minimum Go version is now 1.10 (#409)
Can not build by go version under 1.9.
because using the strings.Builder by library.
2018-10-02 10:29:32 -04:00
Kai Schwarz 3e5d223675 new provider module HEXONET (#373) 2018-08-30 08:54:42 -04:00
Koen Vlaswinkel 9a44e785ac New provider: Linode (#268) 2017-11-14 23:08:06 -05:00
Brice Figureau e44dde52e2 New Provider: OVH DNS Provider (#143) (#175)
* OVH DNS Provider (#143)

This adds the OVH Provider along with its documentation.

Unfortunately we can't set this DNS provider to support `CanUsePTR`,
because OVH only supports setting PTR target on the Arpa zone.

* OVH Registrar provider (#143)

This implements OVH as a registrar provider.
Note that NS modifications are done in a "best effort" mode, as the
provider doesn't wait for the modifications to be fully applied
(the operation that can take a long time).

* Allow support for dual providers scenarios

Since OVH released their APIv6, it is now possible to update
zone apex NS records, opening the door to complete dual providers
scenarii.

This change implements apex NS management in an OVH zone.
2017-11-10 11:02:34 -08:00
Derek Argueta 63498c3ff3 update README to include NS1 as a provider (#240) 2017-10-18 09:19:41 -04:00
Patrick G 23427516c0 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
2017-10-12 09:21:36 -04:00
Jamie Lennox 7daa7a6467 Add SoftLayer DNS provider (#59)
Add SoftLayer DNS as a DomainServiceProvider.

The SoftLayer API is a bit of a mess and treats MX and SRV records
differently. This leads to some replication and custom handling issues
to work around.

In this patch I have to change the SRV test case to be _tcp instead of
_protocol because softlayer requires a "known" protocol which AFAICT is
tcp, udp or tls. I think this will be acceptable in most cases.

Signed-off-by: Jamie Lennox <jamielennox@gmail.com>
2017-09-26 13:14:53 -04:00
Craig Peterson e7006f3767 right syntax 2017-09-12 14:38:57 -04:00
Craig Peterson 9c20c91d55 document docker 2017-09-12 14:32:53 -04:00
Juho Teperi ad27cc9b3b Digitalocean provider (#171)
* Implement Digitalocean provider
* Vendor digitalocean lib
* Enable SRV for Digitalocean and fix the tests
* Test cname etc. records pointing to the same domain
2017-08-10 13:31:20 -07:00
Craig Peterson 40e21e7763 Update README.md 2017-08-01 09:17:11 -04:00
Tom Limoncelli e5d16a763f fixup! 2017-07-27 21:25:00 -07:00
Tom Limoncelli 2c340a42c6 Add a link to the Google Group 2017-07-27 21:21:36 -07:00
Craig Peterson f23e67daf7 Create README.md 2017-06-12 11:35:34 -04:00
Tom Limoncelli 406ded5baf getting-started.md: Add advice about migrating old zones. (#79)
* migrating.md: Detailed description of the process
2017-04-13 12:46:47 -04:00
Igor Vuk eb3c1ab00f Fix a typo in README.md (#60) 2017-03-26 14:37:04 -06:00
Anthony Eden 4fef4a8550 DNSimple provider (#43)
* Implement a basic DNSimple provider.

Handles domain delegation as well as record create, update, and delete.

Note that this is completely untested at the moment. It’s so alpha it might burn your face off.

* Add some inline comments. Always use the StackExchange libs.

* Clean up dnsimple docs a little

* This will need to be changed before merging.

* Import the dnsimple dnscontrol package from its expected path

* Properly build the FQDN and implement record listing so create/update/delete are used correctly.

* Add support for overriding base URL to allow connection to sandbox.

* Vendor dnsimple-go and its dependencies.

* Remove unnecessary doc file.

* Use dnsutil.AddOrigin for combining record name and origin.

* Modifying dnsimple provider to pass tests
2017-03-18 19:58:47 -06:00
Bob Florian 51cf29a0e4 Update README.md (#41)
Fixed typo
2017-03-14 17:38:41 -07:00
Nick Craver 3f4a1a3ccf Give BIND some respect. 2017-03-14 20:21:48 -04:00
Nick Craver aab614fee3 README love 2017-03-14 20:20:56 -04:00
Nick Craver e868e44f1d Syntax highlighting on README 2017-03-14 20:07:40 -04:00
Craig Peterson 64c5e38b8e whitespace 2017-03-14 16:26:56 -07:00
Craig Peterson 34faf3aa6e add gitter to readme 2017-03-14 16:26:39 -07:00
Craig Peterson 94031d08da Use correct travis badge. 2017-03-14 14:26:24 -07:00
Craig Peterson 7125594771 readme 2017-03-14 00:36:59 -07:00
Craig Peterson c52ff67386 oops, dot 2017-03-14 00:30:42 -07:00
Craig Peterson e4f3fa6c10 SImple example to readme 2017-03-14 00:30:02 -07:00
Craig Peterson c68fd3ac26 switch to public travis 2017-03-14 00:19:08 -07:00
Craig Peterson 02b98184b0 Update README.md 2017-01-11 20:01:04 -07:00
Craig Peterson 1f8b0a11e0 Update README.md 2017-01-11 12:15:24 -07:00
Craig Peterson 5b5b92f70a Create README.md 2017-01-11 12:14:28 -07:00