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

71 Commits

Author SHA1 Message Date
Jonathan Leroy
fbfa46fbcc Add documentation for zones aliases 2020-10-31 22:51:09 +01:00
rupa
b69fc32300 Update README.md
NS1 does support CNAME via octodns :)
2020-08-20 16:03:30 -04:00
John Dale
ecfaa1160b Merge branch 'master' into easydns_provider 2020-07-18 04:08:54 -04:00
Phelps Williams
c75df0d8ed Adding entry in readme for environment variable support 2020-07-17 12:29:17 -07:00
John Dale
317443b31b Corrected README.md
Fix issue caused by making changes to the README.md through IDE which
appears to have incorrectly encoded some of the lines that were not
changed to add the EasyDNS provider details.
2020-07-09 06:29:17 +00:00
John Dale
c2f541546b Adding Octodns provider class for easyDNS
This provider class for easydns.com adds support for basic dns records
through the easyDNS v3 API.  Support for dynamic and geo based dns
records is planned for a future update.

Sample configuration for the easyDNS provider are:

  easydns:
     class: octodns.provider.easydns.EasyDNSProvider
     token: <token>
     apikey: <key>

The token and key values are found on the easyDNS customer portal at:

https://cp.easydns.com/manage/security/api/production_info.php

Also, below are some optional configuration parameters which can be
added to override the class defaults.  By default the provider class
connects with the LIVE easyDNS API, if you wish to perform testing
with the easyDNS Sandbox API you can enable it by adding the following
configuration parameter:

     sandbox: True

Note, the API token and key are different for the sandbox than they
are for the production API, you can obtain sandbox credentials at:

https://cp.easydns.com/manage/security/api/sandbox_info.php

Lastly, if you have created Domain Portfolios through the easyDNS CP
you can configure which portfolio new domains will be added to by
supplying the portfolio option with the name of your portfolio.

     portfolio: <portfolio name>
2020-07-09 03:47:11 +00:00
Phelps Williams
52ed5fa022 Ultra interface with support for basic records 2020-07-01 17:41:45 -07:00
Daniel Weissengruber
74a13e4a19 Cloudflare: Add Support for PTR Records 2020-05-18 11:17:40 +02:00
Ross McFarland
9349f20aeb Rename fastdns to edgedns w/backwards compat for now 2020-03-06 17:26:52 -08:00
Charles
fe490636e5 Modify Readme: add CAA for ovh provider 2020-01-21 17:49:19 +01:00
Ross McFarland
5abc8e1577 Merge remote-tracking branch 'origin/master' into ns1-dynamic 2020-01-13 07:32:05 -08:00
Ross McFarland
e0debc963e Update Dynamic support to include NS1, remove Geo mentions 2020-01-06 10:22:18 -08:00
Dan Hanks
ed482c60ca Document max_workers flag 2019-12-19 10:33:22 -05:00
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