建立统一 DNS 清单并接管 Samba 静态记录 #49
@@ -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:
|
||||
|
panxiao81 marked this conversation as resolved
Outdated
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user
这里其实就应该是cname到tunnel的域名来着吧
已修正:public 视图现在声明完整的 CNAME RRset、cfargotunnel.com 目标和 proxied=true,不再只是名称列表。对应提交 e2be2ca。