mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Emphasize rule order
This commit is contained in:
@@ -81,14 +81,15 @@ If you encounter validation errors in dynamic records suggesting best practices
|
||||
title: Visual Representation of the Rules and Pools
|
||||
---
|
||||
flowchart LR
|
||||
query((Query)) --goelocate--> rule_0[Rule 0<br>AF-ZA<br>AS<br>OC]
|
||||
query --geolocate--> rule_1[Rule 1<br>AF<br>EU]
|
||||
query --geolocate--> rule_2["Rule 2<br>(catch all)"]
|
||||
rule_0 --to pool--> pool_apac[Pool apac<br>1.1.1.1<br>2.2.2.2]
|
||||
query((Query)) --> rule_0[Rule 0<br>AF-ZA<br>AS<br>OC]
|
||||
rule_0 --no match--> rule_1[Rule 1<br>AF<br>EU]
|
||||
rule_1 --no match--> rule_2["Rule 2<br>(catch all)"]
|
||||
|
||||
rule_0 --match--> pool_apac[Pool apac<br>1.1.1.1<br>2.2.2.2]
|
||||
pool_apac --fallback--> pool_na
|
||||
rule_1 --to pool--> pool_eu["Pool eu<br>3.3.3.3 (2/5)<br>4.4.4.4 (3/5)"]
|
||||
rule_1 --match--> pool_eu["Pool eu<br>3.3.3.3 (2/5)<br>4.4.4.4 (3/5)"]
|
||||
pool_eu --fallback--> pool_na
|
||||
rule_2 --to pool---> pool_na[Pool na<br>5.5.5.5<br>6.6.6.6<br>7.7.7.7]
|
||||
rule_2 --> pool_na[Pool na<br>5.5.5.5<br>6.6.6.6<br>7.7.7.7]
|
||||
pool_na --fallback--> values[values<br>3.3.3.3<br>4.4.4.4<br>5.5.5.5<br>6.6.6.6<br>7.7.7.7]
|
||||
|
||||
classDef queryColor fill:#3B67A8,color:#ffffff
|
||||
|
Reference in New Issue
Block a user