diff --git a/aisafety.dance.yaml b/aisafety.dance.yaml new file mode 100644 index 0000000..5e8568f --- /dev/null +++ b/aisafety.dance.yaml @@ -0,0 +1,10 @@ +--- +'': +- type: A + ttl: 21600 + value: 76.76.21.21 + +'www': +- type: CNAME + ttl: 21600 + value: cname.vercel-dns.com. \ No newline at end of file diff --git a/config/production.yaml b/config/production.yaml index d846ca5..26cf7d5 100644 --- a/config/production.yaml +++ b/config/production.yaml @@ -80,3 +80,13 @@ zones: - config targets: - dnsimple + cpu.land.: + sources: + - config + targets: + - dnsimple + aisafety.dance.: + sources: + - config + targets: + - dnsimple diff --git a/cpu.land.yaml b/cpu.land.yaml new file mode 100644 index 0000000..0c80864 --- /dev/null +++ b/cpu.land.yaml @@ -0,0 +1,15 @@ +--- +'': +- type: A + ttl: 21600 + value: 76.76.21.21 +- type: TXT + ttl: 5 + values: + - google-site-verification=yrBprsuPgbaoNFd79KLgjYMr2xqEZhkaTH6eZbYvsHg # google search console + - google-site-verification=KuU6_yKBnq6HLWIGl9z8FJTm9QERMFBkuhVnG7SxC5o # ahrefs + +'www': +- type: CNAME + ttl: 21600 + value: cname.vercel-dns.com. \ No newline at end of file