Commit Graph
101 Commits
Author SHA1 Message Date
Viranch Mehta fdc4852bcc Merge branch 'master' into git-url-fix 2021-07-12 12:50:36 -07:00
Viranch Mehta 1a1391bf67 Fix git URL in readme 2021-07-12 12:49:31 -07:00
jozo fec33bbb10 Fix missing dot in example 2021-07-12 11:29:59 +02:00
Viranch Mehta b684b54b3e update README 2021-07-05 00:07:47 -07:00
Sham 2c72f840c1 CHANGELOG entry 2021-06-23 21:46:39 -07:00
Viranch Mehta fe7f57e2ad update README 2021-06-23 11:26:57 -07:00
Ella 501ae88673 chore: use = 2021-06-16 15:25:14 -07:00
Ella fb805ced62 chore: add alt text to images 2021-06-16 00:39:01 -07:00
Ella a31fa189c1 fix: update syntax for commands
for example:
`$ octodns-sync --config-file=./config/production.yaml` was throwing an error. Then, when i did `$ octodns-dump`, it prompted me to put it in this format: `$ octodns-sync --config-file CONFIG_FILE` (without the = sign)
2021-06-16 00:32:43 -07:00
Viranch Mehta 5df2077ed0 clarify the limitations and caveats of azure dynamic records 2021-05-14 23:21:26 -07:00
Viranch Mehta d619025040 Support dynamic records in Azure DNS 2021-05-11 22:33:00 -07:00
omar ebfb9355b1 Update the AzureProvider to support azure-mgmt-dns 8.0.0 and azure-identity. 2021-05-10 19:32:38 -07:00
Ross McFarland ad37b99773 Add shell code block types 2021-04-29 09:12:38 -07:00
Ross McFarland a564270ef5 Add a blurb on pip installing a sha 2021-04-29 09:12:35 -07:00
Ricard Bejarano 73120bc9b5 Merge branch 'master' into hetzner-provider 2021-04-14 07:59:35 +02:00
Ricard Bejarano 8d1dd926ea added Hetzner provider to README.md 2021-04-14 07:59:00 +02:00
Maikel Poot 60e6f185cd Update Documentation 2021-03-31 13:41:55 +02:00
Evgenii Tereshkov 6c1cc47024 Update README.md: fix typo 2021-03-18 02:31:10 +07:00
Brian Surowiec bec4d025dc Update branch name 2021-03-10 15:57:50 -05:00
Mark Tearle ccd7994347 Merge branch 'master' into loc_record_support 2021-02-15 22:52:49 +08:00
Patrick Connolly 29c8f3253e Update README.md 2021-02-11 20:35:32 -05:00
Patrick Connolly e991d8dc10 Removed implementation example. 2021-02-09 16:02:52 -05:00
Mark Tearle 8338e8db58 Add LOC record support to Cloudflare provider 2021-02-09 20:41:41 +08:00
Mark Tearle 3ac8d0fa1c Add LOC record support to AXFR source 2021-02-09 20:41:39 +08:00
Patrick Connolly 2346ebc1ce Added list of projects & resources. 2021-02-08 21:24:41 -05:00
Peter Dave Hello d801a40057 Fix indent of config/example.com.yaml in README.md 2020-12-27 04:49:11 +08:00
Ross McFarland 523f1f5647 s#github/octodns#octodns/octodns/g 2020-12-08 08:33:04 -08:00
Adam Smith e98f21455d Add CAA record support to AxfrSource/ZoneFileSource 2020-11-12 09:48:23 -08:00
Jonathan Leroy 729fd01dbf Merge branch 'master' into gandi-provider 2020-11-02 19:13:12 +01:00
Jonathan Leroy 6ebe085881 Add GandiProvider to README 2020-11-02 18:04:45 +01:00
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