Add cf_domains.yaml-example

This commit is contained in:
Sangye Ince-Johannsen 2024-10-07 07:49:10 +02:00
parent 4c3967a303
commit 7ae066c4c5

10
cf_domains.yaml-example Normal file
View file

@ -0,0 +1,10 @@
domain1.com:
'@': your_root_domain1.com_dns_record_id_here
_id: your_domain1.com_zone_id_here
sub1: your_sub1.domain1.com_dns_record_id_here
sub2: your_sub2.domain1.com_dns_record_id_here
domain2.net:
'@': your_root_domain2.net_dns_record_id_here
_id: your_domain2.net_zone_id_here
sub1: sub1.domain2.net_dns_record_id_here
sub2: sub2.domain2.net_dns_record_id_here