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

25 Commits

Author SHA1 Message Date
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
e7006f3767 right syntax 2017-09-12 14:38:57 -04:00
9c20c91d55 document docker 2017-09-12 14:32:53 -04:00
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
40e21e7763 Update README.md 2017-08-01 09:17:11 -04:00
e5d16a763f fixup! 2017-07-27 21:25:00 -07:00
2c340a42c6 Add a link to the Google Group 2017-07-27 21:21:36 -07:00
f23e67daf7 Create README.md 2017-06-12 11:35:34 -04:00
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
eb3c1ab00f Fix a typo in README.md (#60) 2017-03-26 14:37:04 -06:00
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
51cf29a0e4 Update README.md (#41)
Fixed typo
2017-03-14 17:38:41 -07:00
3f4a1a3ccf Give BIND some respect. 2017-03-14 20:21:48 -04:00
aab614fee3 README love 2017-03-14 20:20:56 -04:00
e868e44f1d Syntax highlighting on README 2017-03-14 20:07:40 -04:00
64c5e38b8e whitespace 2017-03-14 16:26:56 -07:00
34faf3aa6e add gitter to readme 2017-03-14 16:26:39 -07:00
94031d08da Use correct travis badge. 2017-03-14 14:26:24 -07:00
7125594771 readme 2017-03-14 00:36:59 -07:00
c52ff67386 oops, dot 2017-03-14 00:30:42 -07:00
e4f3fa6c10 SImple example to readme 2017-03-14 00:30:02 -07:00
c68fd3ac26 switch to public travis 2017-03-14 00:19:08 -07:00
02b98184b0 Update README.md 2017-01-11 20:01:04 -07:00
1f8b0a11e0 Update README.md 2017-01-11 12:15:24 -07:00
5b5b92f70a Create README.md 2017-01-11 12:14:28 -07:00