From e2be2ca045a2110df2edb9164f38640778dc186e Mon Sep 17 00:00:00 2001 From: panxiao81 Date: Thu, 10 Sep 2026 18:04:02 +0000 Subject: [PATCH] =?UTF-8?q?fix(dns):=20=E5=A3=B0=E6=98=8E=E5=85=AC?= =?UTF-8?q?=E7=BD=91=E9=9A=A7=E9=81=93=20CNAME=20=E7=9B=AE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infrastructure/dns/records.yml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/infrastructure/dns/records.yml b/infrastructure/dns/records.yml index dbd475c..3789835 100644 --- a/infrastructure/dns/records.yml +++ b/infrastructure/dns/records.yml @@ -24,9 +24,21 @@ homelab_dns: public: # Names expected at Cloudflare. Terraform adoption is a separate change; - # listing them here makes the current ownership gap explicit. - tunnel_names: - - auth.ddupan.top - - git.ddupan.top - - obj.ddupan.top - - e5renew.ddupan.top + # complete RRsets here make the current ownership gap explicit. + records: + - name: auth.ddupan.top + type: CNAME + values: [ff392451-b0b1-45bb-964e-6d9372c3a9e3.cfargotunnel.com] + proxied: true + - name: git.ddupan.top + type: CNAME + values: [ff392451-b0b1-45bb-964e-6d9372c3a9e3.cfargotunnel.com] + proxied: true + - name: obj.ddupan.top + type: CNAME + values: [ff392451-b0b1-45bb-964e-6d9372c3a9e3.cfargotunnel.com] + proxied: true + - name: e5renew.ddupan.top + type: CNAME + values: [ff392451-b0b1-45bb-964e-6d9372c3a9e3.cfargotunnel.com] + proxied: true