Ross McFarland
73d2585e9e
Merge pull request #581 from actazen/easydns_provider
Adding Octodns provider class for easyDNS
5 years ago
John Dale
9e372fee19
Merge branch 'easydns_provider' of https://github.com/actazen/octodns into easydns_provider
5 years ago
John Dale
9e990632c4
Update to remove DYNamic A records
* Removed conversion of DYN records to A records
* Updated test fixtures to change test DYN to an A record
5 years ago
Phelps Williams
e1b2de656c
octodns-compare: Prefix filtering and status code on configuration mismatch
5 years ago
John Dale
10abfd870b
Merge branch 'master' into easydns_provider
5 years ago
John Dale
6a2c7909bd
Merge branch 'easydns_provider' of https://github.com/actazen/octodns into easydns_provider
5 years ago
John Dale
9a2152d249
Update to remove URL and STEALTH records
* Removed conversion of URL and STEALTH records to CNAME records
* Updated test fixtures to remove URL conversion testing
5 years ago
Ross McFarland
4175eff9ff
Merge branch 'master' into master
5 years ago
Ross McFarland
ee89b16ebd
Merge pull request #588 from euphline/srv-validation
Add support for wildcard SRV records, as shown in RFC 2782
5 years ago
Ross McFarland
a6a9f03cd8
Merge branch 'master' into srv-validation
5 years ago
Ross McFarland
eca5c399f1
Merge pull request #565 from lancehudson/patch-1
Cloudflare: Increase page size
5 years ago
Ross McFarland
e6e745d1b7
Merge branch 'master' into patch-1
5 years ago
Ross McFarland
a5810915d1
Merge pull request #569 from DavHau/fix-setup-dependencies
fix: dependency 'ipaddress' unnecessary for py >= 3.2
5 years ago
Ross McFarland
5c248b476d
According to docs ipaddress was 3.3, requires for ipaddress too
Also corrects futures to 3.2 in requires
5 years ago
Ross McFarland
cb252c7c35
Merge branch 'master' into fix-setup-dependencies
5 years ago
Justin B Newman
427b8a1a06
Add support for wildcard SRV records, as shown in RFC 2782
5 years ago
John Dale
ecfaa1160b
Merge branch 'master' into easydns_provider
5 years ago
John Dale
f4aa96abe5
Update to provide consistency
* Replaced camelCase with snake_case
* Change apikey to api_key
* Added check on record name before delete during domain_create
5 years ago
Ross McFarland
53194bd360
Merge pull request #585 from phelpsw/environmentvar_txt_support
Adding environment variable record injection
5 years ago
Phelps Williams
c75df0d8ed
Adding entry in readme for environment variable support
5 years ago
Phelps Williams
0a342aa6c2
EnvVar: Integrating review feedback and finishing tests
5 years ago
Arunothia Marappan
9b619c5ef2
Update comment
5 years ago
Arunothia Marappan
b67dac5a55
Reducing comment line length
5 years ago
Arunothia Marappan
4e056d315d
Forcing delete to happen before create
5 years ago
Phelps Williams
4d006e94a2
Adding environment variable record injection
Per the discussion on https://github.com/github/octodns/issues/583
here is a work in progress of environment variable injection for
discussion.
5 years ago
Piotr Pieprzycki
450cbe0208
Test increase number of zones
5 years ago
Piotr Pieprzycki
53bcb86240
Fix record name in test zone
5 years ago
Piotr Pieprzycki
224c90784a
Add SubResource in tests
5 years ago
Piotr Pieprzycki
5a75890021
Add SubResource in tests
5 years ago
Piotr Pieprzycki
7129618919
Add SubResource in tests
5 years ago
Piotr Pieprzycki
cbcd0b3f00
Fix long lines. Change log to debug
5 years ago
Piotr Pieprzycki
2680b024bd
Fix long lines. Change log to debug
5 years ago
Piotr Pieprzycki
41d7ef6601
Fix blank lines
5 years ago
Piotr Pieprzycki
c89664a9f1
Add support for long txt records. Skip Alias records
5 years ago
Ross McFarland
2e8691e77f
Merge pull request #579 from phelpsw/ultradns_support
Ultradns support
5 years ago
Phelps Williams
fa884ddb69
Merge branch 'ultradns_support' of github.com:phelpsw/octodns into ultradns_support
5 years ago
Phelps Williams
a326b95e08
Merge branch 'master' of https://github.com/github/octodns into ultradns_support
5 years ago
Phelps Williams
d078392bbc
UltraDNS adding configurable HTTP request timeout
5 years ago
Phelps Williams
5c0d5831ac
UltraDNS unit test improvements
5 years ago
Phelps Williams
fb2d83e635
UltraDNS: cleaning up exceptions and test endpoint
Also some comment additions
5 years ago
Ross McFarland
55b88cb0f9
Merge branch 'master' into ultradns_support
6 years ago
Ross McFarland
7a4d74cdc4
Merge pull request #580 from TruePack/dont-escape-semicolon-in-selectel
Avoid escaping semicolon in Selectel DNS
6 years ago
Phelps Williams
da9b3aed5b
Removing NS modification tests
Root NS modification support is being developed on
https://github.com/github/octodns/pull/434
Removing attempts to validate this functionality for now.
6 years ago
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.
6 years ago
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>
6 years ago
Anton Shnayder
414c4c526a
Avoid escaping semicolon in Selectel DNS
6 years ago
Phelps Williams
ea5a5f4ab3
Merge branch 'master' of https://github.com/github/octodns into ultradns_support
6 years ago
Phelps Williams
52ed5fa022
Ultra interface with support for basic records
6 years ago
Ross McFarland
594c5a01fd
Merge pull request #326 from jrunkel/add-route53-interval-option
Add healthcheck option 'request_interval' for Route53 provider
6 years ago
Ross McFarland
f022389950
Merge branch 'master' into add-route53-interval-option
6 years ago