Browse Source

More doc and better examples for dynamic record default values

pull/992/head
Ross McFarland 3 years ago
parent
commit
ce0cfdf011
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      docs/dynamic_records.md

+ 7
- 1
docs/dynamic_records.md View File

@ -59,8 +59,14 @@ test:
- pool: na
ttl: 60
type: A
# These values become a non-healthchecked default pool
# These values become a non-healthchecked default pool, generally it should be
# a superset of the catch-all pool and include enough capacity to try and
# serve all global requests (with degraded performance.) The main case they
# will come into play is if all dynamic healthchecks are failing, either on
# the service side or if the providers systems are expeiencing problems.
values:
- 3.3.3.3
- 4.4.4.4
- 5.5.5.5
- 6.6.6.6
- 7.7.7.7


Loading…
Cancel
Save