Add cf_domains.yaml-example
This commit is contained in:
parent
4c3967a303
commit
7ae066c4c5
1 changed files with 10 additions and 0 deletions
10
cf_domains.yaml-example
Normal file
10
cf_domains.yaml-example
Normal 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
|
Loading…
Reference in a new issue