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

54 Commits

Author SHA1 Message Date
Viranch Mehta
da1616a124 Update azure's status flag info in dynamic_records.md
Per https://github.com/octodns/octodns-azure/pull/60
2023-06-25 00:24:34 -07:00
Viranch Mehta
5287a130f6 Merge branch 'main' into dynamic-subnets 2023-05-03 21:31:53 -07:00
Benjamin Kane
2cff4c75d2 Emphasize rule order 2023-04-21 14:44:32 -07:00
Benjamin Kane
363f627284 Replace diagram image with inline Mermaid diagram
I find the Mermaid diagram is easier to read and edit, and
GitHub will render it automatically.
2023-04-21 06:47:01 -07:00
Viranch Mehta
ae781f9b4f Validate rule ordering 2023-04-10 16:28:29 -07:00
Viranch Mehta
09c07d4651 Merge branch 'main' into dynamic-subnets 2023-04-06 14:29:17 -07:00
Viranch Mehta
1244af86a0 Add section about rule ordering in docs 2023-04-05 10:28:42 -07:00
Viranch Mehta
44a0106e93 Add subnet targeting to dynamic records doc 2023-04-02 05:01:22 -07:00
Ross McFarland
53c8d43e1c Add diagram showing the example dynamic record's rules and pools 2023-03-30 06:20:36 -07:00
Ross McFarland
ce0cfdf011 More doc and better examples for dynamic record default values 2023-03-29 13:05:55 -07:00
Ross McFarland
7c6c1bb77c Document the new dynamic rule validations, add changelog entry 2023-03-28 20:13:03 -07:00
Ross McFarland
c67d44fc8a AutoArpa.replace -> populate_should_replace to match YamlProvider 2023-02-27 09:12:21 -08:00
Ross McFarland
3c2ad860f1 Address AutoArpa documenation comments from late review 2023-02-20 13:44:04 -08:00
Ross McFarland
074be92428 Add replace param to AutoArpa processor/provider 2023-02-20 13:32:04 -08:00
Ross McFarland
0dfa537f07 pass at documenting auto_arpa support 2023-01-22 09:01:17 -08:00
Aquifoliales
b139d266c9 Support for TLSA record, https://www.rfc-editor.org/rfc/rfc6698.txt 2022-05-04 11:01:50 +02:00
Ross McFarland
a96dff480c Documentation for dynamic Record type registration 2022-03-21 14:29:39 -07:00
Viranch Mehta
646201c5d3 Drop provider specific sections 2022-01-13 15:51:48 -08:00
Benjamin Kane
e4b5333ed2 fix whitespace in markdown table 2021-12-08 12:52:08 -08:00
Benjamin Kane
6d08825d61 markdown table formatting 2021-12-08 09:52:03 -08:00
Benjamin Kane
70dee23792 Add Azure DNS health check options 2021-12-07 13:32:44 -08:00
Viranch Mehta
85eeec988c Rapid recheck for NS1 monitors 2021-12-03 15:25:38 -08:00
Viranch Mehta
264cd22e60 Add policy and frequency params for NS1 health-checks 2021-11-01 14:54:30 -07:00
Benjamin Kane
de76ee0fd6 Rename timeouts and make the default seconds. Add docs. 2021-10-27 15:28:42 -07:00
apatserkovskyi
f655f95437 Constellix customized healthcheck - docs fixed 2021-10-25 21:26:48 +03:00
apatserkovskyi
f9f37d61bf Constellix customized healthcheck 2021-10-25 21:11:01 +03:00
Viranch Mehta
9f7b686c53 Typo in dynamic_records.md 2021-09-28 16:09:26 -07:00
Viranch Mehta
090fc71848 Document the new status flag 2021-09-28 16:06:57 -07:00
Brian E Clow
07aad177b5 Update docs/records.md
Co-authored-by: Ross McFarland <rwmcfa1@gmail.com>
2021-07-22 14:32:09 -07:00
Brian E Clow
75423fd786 Documentation update? 2021-07-22 14:32:09 -07:00
Steven Hollingsworth
72b0438b7f Updated doc to reflect config file location for zone wide lenient flag 2021-05-12 09:40:06 -07:00
Mark Tearle
9d4bd0aaec Add support for LOC records 2021-02-09 20:41:37 +08:00
Ross McFarland
77c65b042e Wording tweaks to threshold params doc 2020-12-14 06:24:17 -08:00
root
75e75a8846 Updated doc for unsafe thresholds 2020-12-12 08:09:19 +00:00
Ross McFarland
269e737812 Add a caveat emptor clause to lenient doc section. 2020-11-03 10:35:55 -08:00
Ross McFarland
b017f90c66 Add some docs around lenient and its uses 2020-11-03 10:27:31 -08:00
Jonathan Leroy
de51e5f531 Add support for DNAME records 2020-10-26 22:18:35 +01:00
ftm-qsc
50f739495d docs: fixed small typo in geo_records.md
Did you mean 'strongly'?
2020-10-14 20:45:49 +02:00
Ross McFarland
c5a19b4403 Merge remote-tracking branch 'origin/master' into add-route53-interval-option 2020-07-01 07:58:22 -07:00
Ross McFarland
55f7de21ab Docs and changelog for TCP health check support 2020-05-08 08:15:12 -07:00
Theo Julienne
f2a63e06b7 Apply suggestions from code review
Co-Authored-By: ross <ross@github.com>
2019-05-06 07:58:14 -07:00
Ross McFarland
470daa8843 Pass at documenting dynamic record support
Bit of general doc cleanup and refactoring while I'm in here.
2019-05-03 09:16:06 -07:00
Roger D. Winans
eab676fd12 Update link to record objects
#303 renamed records.py to records/__init__.py.

This updates docs/records.md to link to the new path.
2019-04-19 19:55:08 -04:00
Jörg Runkel
72a389e835 Add healthcheck option 'request_interval' for Route53 provider
Route53 allows to specify an interval for its health checks.
To maintain backward compatibility, the default for this option
when ommited is 10 (fast check).
2019-03-04 14:48:18 +01:00
Jörg Runkel
54787529d5 Move measure_latency option to Route53 provider 2019-02-13 10:50:48 +01:00
Jörg Runkel
1794f5ccd6 Add healthcheck option 'measure_latency' for Route53 provider
Route53 allows to monitor latency information on the dashboard
and using CloudWatch. While that is a nice to have function,
it is not necessary for a DNS failover scenario and increases
Route 53 costs.
To maintain backward compatibility, the default for this option
when ommited is true.
2019-02-11 21:25:06 +01:00
Vlad Voloshyn
772042f237 Use right value names in MX type records 2019-01-13 20:34:30 +02:00
Josh Soref
5d2ba2e715 Spelling (#214)
* spelling: ancillary
* spelling: antarctica
* spelling: australia
* spelling: authentication
* spelling: continental
* spelling: constructor
* spelling: conversion
* spelling: creation
* spelling: doesn't
* spelling: easily
* spelling: efficiently
* spelling: equivalent
* spelling: essentially
* spelling: everything
* spelling: exactly
* spelling: be
* spelling: expensive
* spelling: supports
* spelling: healthcheck
* spelling: immediately
* spelling: ignored
* spelling: invocation
* spelling: itself
* spelling: leftovers
* spelling: missing
* spelling: natural
* spelling: nonexistent
* spelling: peculiarities
* spelling: pointing

This change hit a line length limitation, so I'm wrapping it and
adding a period which appears to match local style...

* spelling: quicker
* spelling: response
* spelling: requested
* spelling: redirect
* spelling: traffic
* spelling: unknown
* spelling: uploaded
* spelling: useful
* spelling: separately
* spelling: zone
2018-02-27 09:09:47 -08:00
Tim Hughes
b4ead495f5 adds an example of how to setup geodns to the docs 2017-11-08 14:58:17 +00:00
Chris Wells
b1e762dee8 Fixing octodns/record.py link 2017-05-24 16:33:44 -04:00