1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Add R53_ZONE as an domain identifier (#1241)

Using R53_ZONE allows you to differentiate between split horizon
domains across zones.
This commit is contained in:
Vincent Hagen
2021-09-02 22:54:54 +02:00
committed by GitHub
parent 3fa5712232
commit 8c5db2e11c
5 changed files with 108 additions and 24 deletions

View File

@ -4,8 +4,12 @@ parameters:
- zone_id
---
R53_ZONE sets the required Route53 hosted zone id in a R53_ALIAS record.
R53_ZONE lets you specify the AWS Zone ID for an entire domain (D()) or a specific R53_ALIAS() record.
When used with D(), it sets the zone id of the domain. This can be used to differentiate between split horizon domains in public and private zones.
When used with R53_ALIAS() it sets the required Route53 hosted zone id in a R53_ALIAS record. See [https://stackexchange.github.io/dnscontrol/js#R53_ALIAS](R53_ALIAS's documentation) for details.
This directive has no impact when used in anything else than a R53_ALIAS.
Please refer to the R53_ALIAS directive for usage.