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:
7
pkg/js/parse_tests/040-r53-zone.js
Normal file
7
pkg/js/parse_tests/040-r53-zone.js
Normal file
@ -0,0 +1,7 @@
|
||||
D('foo.com', 'none', R53_ZONE('Z2FTEDLFRTZ'));
|
||||
D(
|
||||
'foo.com!internal',
|
||||
'none',
|
||||
R53_ZONE('Z2FTEDLFRTF'),
|
||||
R53_ALIAS('atest', 'A', 'foo.com.', R53_ZONE('Z2FTEDLFRTZ'))
|
||||
);
|
Reference in New Issue
Block a user