Browse Source

Apply suggestions from code review

Co-Authored-By: ross <ross@github.com>
pull/357/head
Theo Julienne 7 years ago
committed by GitHub
parent
commit
f2a63e06b7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/records.md

+ 2
- 2
docs/records.md View File

@ -22,8 +22,8 @@ Adding new record types to OctoDNS is relatively straightforward, but will requi
## Advanced Record Support (GeoDNS, Weighting)
* [Dynamic Records](/docs/dynamic_records.md)
* [Geo Records](/docs/geo_records.md)
* [Dynamic Records](/docs/dynamic_records.md) - the preferred method for configuring geo-location, weights, and healthcheck based fallback between pools of services.
* [Geo Records](/docs/geo_records.md) - the original implementation of geo-location based records, now superseded by Dynamic Records (above)
## Config (`YamlProvider`)


Loading…
Cancel
Save