mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
DOCS: Fix R53_
broken links (#2669)
This commit is contained in:
committed by
GitHub
parent
a653499655
commit
a1e70c93b9
@@ -90,7 +90,7 @@
|
|||||||
* Service Provider specific
|
* Service Provider specific
|
||||||
* Amazon Route 53
|
* Amazon Route 53
|
||||||
* [R53_ZONE](functions/record/R53_ZONE.md)
|
* [R53_ZONE](functions/record/R53_ZONE.md)
|
||||||
* [R53_EVALUATE_TARGET_HEALTH](functions/record/R53_EVALUATE_TARGET_HEALTH.md)
|
* [R53_EVALUATE_TARGET_HEALTH](functions/record/R53\_EVALUATE\_TARGET\_HEALTH.md)
|
||||||
* [Why CNAME/MX/NS targets require a "dot"](why-the-dot.md)
|
* [Why CNAME/MX/NS targets require a "dot"](why-the-dot.md)
|
||||||
|
|
||||||
## Service Providers
|
## Service Providers
|
||||||
|
@@ -39,7 +39,7 @@ The zone id can be found depending on the target type:
|
|||||||
* _S3 bucket_ (configured as website): specify the hosted zone ID for the region that you created the bucket in. You can find it in [the List of regions and hosted Zone IDs](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region)
|
* _S3 bucket_ (configured as website): specify the hosted zone ID for the region that you created the bucket in. You can find it in [the List of regions and hosted Zone IDs](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region)
|
||||||
* _Another Route 53 record_: you can either specify the correct zone id or do not specify anything and DNSControl will figure out the right zone id. (Note: Route53 alias can't reference a record in a different zone).
|
* _Another Route 53 record_: you can either specify the correct zone id or do not specify anything and DNSControl will figure out the right zone id. (Note: Route53 alias can't reference a record in a different zone).
|
||||||
|
|
||||||
Target health evaluation can be enabled with the [`R53_EVALUATE_TARGET_HEALTH`](../record/R53_EVALUATE_TARGET_HEALTH.md) record modifier.
|
Target health evaluation can be enabled with the [`R53_EVALUATE_TARGET_HEALTH`](../record/R53\_EVALUATE\_TARGET\_HEALTH.md) record modifier.
|
||||||
|
|
||||||
{% code title="dnsconfig.js" %}
|
{% code title="dnsconfig.js" %}
|
||||||
```javascript
|
```javascript
|
||||||
|
Reference in New Issue
Block a user