1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Commit Graph

58 Commits

Author SHA1 Message Date
Josef Vogt
7c34247e3b Fix 'server error: zone not found' for NS1 provider 2019-10-09 16:08:29 +02:00
Ross McFarland
a1d2217604 Fix/hack README rendering so that pypi's markdown handling libs are happy 2019-09-30 10:17:50 -07:00
Maikel Poot
30c8c4d313 Add transip requirement and add provider to readme 2019-09-25 08:18:17 +02:00
Arunothia Marappan
7d8f181367 Adding Akamai entry to supported providers 2019-09-19 10:48:18 -07:00
Adam Smith
c0315d25ba add Constellix Provider 2019-08-06 22:49:18 -07:00
Shnayder Anton
57c96cf40f Add Selectel as OctoDNS provider 2019-07-22 18:20:11 +03:00
Ross McFarland
6f39ecf261 Add MythicBeastsProvider to README 2019-07-19 08:17:37 -07:00
Ross McFarland
4ae3807627 Render README on pypi as markdown, update twine, fix a couple README bits 2019-07-16 07:03:50 -07:00
Peter Dave Hello
54114b3a3a README.md: Add "Table of Contents" 2019-04-21 01:33:38 +08:00
Ross McFarland
2b152759b8 Merge branch 'master' into azuredns-updates 2019-04-06 09:06:11 -07:00
Ross McFarland
3e0a452f77 CHANGELOG and README updates for dynamic and recent work 2019-04-04 08:37:55 -07:00
omar
7c5c1b3367 AzureProvider: update for azure-mgmt-dns 2.1.0 and add support for CAA records. 2019-03-29 18:34:49 -07:00
Vlad Voloshyn
bcc7416048 Remove enforce_order and default_ttl description from README 2019-01-13 22:17:19 +02:00
Vlad Voloshyn
f92e168c17 Add description about default_ttl and enforce_order keys in config 2019-01-13 20:30:01 +02:00
Adam Smith
a2fe9bb27a add ALIAS suppport for DNSMadeEasy to README 2018-12-09 17:16:27 -08:00
Adam Smith
fd3de1e08b add Zone File source, reads Bind compatible zone files 2018-10-14 16:53:05 -07:00
Takuya Noguchi
19e0811428 Use google-cloud-dns for GoogleCloud
On 2018-06-18, google-cloud package was deprecated and so
it requires us to use google-cloud-dns instead of google-cloud
for GoogleCloudProvider (Google Cloud DNS).

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-08-16 11:24:46 +09:00
Adam Smith
a803371fa4 add AXFR source to OctoDNS
Adds a new source requested in #239. This source allows a user to pull data from
a legacy system (Bind9, etc.) that does not have an API/existing provider via
AXFR Zone Transfer.
2018-07-16 01:34:32 -07:00
Ross McFarland
36b67b8b7a Implement EtcHostsProvider, content to be used in /etc/hosts
...for testing or emergencies
2018-06-01 20:59:03 -07:00
Jon Simons
9f575374fa README.md: your -> you're typo 2018-04-24 13:40:47 -07:00
Ross McFarland
8db46cc0d2 Missing column in readme table 2018-04-15 09:51:13 -07:00
Ross McFarland
dce1551f82 Include info about provider specific reqs in README 2018-04-15 09:46:35 -07:00
Zophren
48f804e329 Update Readme - OVH provider capabilities
Add DKIM to provider capabilities
2018-02-27 18:05:34 +01:00
Ross McFarland
9f2b65ec83 Change str() to unicode() to avoid encoding problems 2018-02-24 09:19:23 -08:00
Paul van Brouwershaven
c848860b1f Add SRV support to Cloudflare provider 2018-02-02 09:33:02 +01:00
Adam Smith
712d1d86aa add DnsMadeEasy to README, sandbox environment toggle 2018-01-22 21:45:21 -08:00
Ross McFarland
68bc400e19 Comment that NS1 geo health checks aren't yet supported 2018-01-09 07:51:32 -08:00
Steve Coursen
682e57c9f9 Set Ns1Provider to "Yes" for GeoDNS Support 2018-01-09 10:35:52 -05:00
Ross McFarland
e45fec3956 Merge branch 'master' into master 2018-01-08 14:12:03 -08:00
Ross McFarland
0659eda451 Add Cloudflare ALIAS record support
Translates them to/from root CNAME
2018-01-06 16:53:11 -08:00
Terrence Cole
1903b242b5 Merge branch 'master' of https://github.com/github/octodns 2017-12-15 11:33:39 -08:00
Adam Smith
feec4a6821 Add DigitalOcean provider 2017-11-12 23:50:52 -08:00
Terrence Cole
3cf6540aaa Merge remote-tracking branch 'upstream/master' 2017-10-19 09:25:36 -07:00
Petter Hassberg
ea1871a326 Add GoogleCloudProvider to README.md 2017-10-09 19:55:59 +02:00
trnsnt
8a13ccab46 Add OVH as octodns provider 2017-09-18 17:37:51 +02:00
Terrence Cole
a0fd1cfdbe Add the new provider to the readme. 2017-09-11 10:56:28 -07:00
Ross McFarland
e43da949a3 Add CAA for CF, DNSimple, and README 2017-08-26 15:39:54 -07:00
Heesu Hwang
99578f328c add azure to README. order reqs, change comments slightly, alphabetize functions 2017-07-05 09:45:38 -07:00
Sijis Aviles
e6405d274a docs: Fix small typos 2017-06-17 10:34:11 -05:00
Ross McFarland
e87462380f Update comment about DNSimple's ALIAS support, no errors are thrown 2017-06-12 14:06:43 -07:00
Ross McFarland
11cf155477 Pass of ALIAS support across supported providers. Allow ALIAS ttl
Supports ALIAS for Dnsimple, Dyn, Ns1, and PowerDNS. Notes added to readme about
some of the quirks found while working with them. TTL seems to mostly be
accepted on ALIAS records so it has been added back, what it means seems to vary
across providers, thus notes.
2017-06-03 09:44:05 -07:00
Shannon Weyrick
7163c83102 Update README to include new NS1 Provider 2017-05-31 12:29:02 -04:00
Ross McFarland
faa4630362 Merge pull request #21 from The-Compiler/patch-1
readme: Fix link to contributing doc
2017-04-28 19:05:33 -04:00
Ross McFarland
cedfd57b3b Merge pull request #20 from endersonmaia/patch-1
Fixed broken link to Records Documentation
2017-04-28 19:04:23 -04:00
Ross McFarland
cad07ff57c DnsimpleProvider rather than DNSimple 2017-04-28 19:02:54 -04:00
Florian Bruhin
d64e9da1c2 readme: Fix link to contributing doc 2017-04-27 18:59:04 +02:00
Enderson Tadeu S. Maia
01f60e2d70 Fixed broken link to Records Documentation 2017-04-27 13:58:16 -03:00
Léo Colombaro
be0d25e31c readme: typos and bad links
Fixes typos in the Supported providers table
2017-04-27 18:43:08 +02:00
Ross McFarland
f68213647f Add missing header col 2017-04-18 08:51:33 -07:00
Ross McFarland
274b679f9e Add a supported providers table to the README 2017-04-18 08:50:05 -07:00