From 7ae066c4c553a7f5233156b71893cd08b5c2ac8e Mon Sep 17 00:00:00 2001 From: sij Date: Mon, 7 Oct 2024 07:49:10 +0200 Subject: [PATCH] Add cf_domains.yaml-example --- cf_domains.yaml-example | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cf_domains.yaml-example diff --git a/cf_domains.yaml-example b/cf_domains.yaml-example new file mode 100644 index 0000000..df8264a --- /dev/null +++ b/cf_domains.yaml-example @@ -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 \ No newline at end of file