fix(dns): 声明公网隧道 CNAME 目标
This commit is contained in:
@@ -24,9 +24,21 @@ homelab_dns:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
# Names expected at Cloudflare. Terraform adoption is a separate change;
|
# Names expected at Cloudflare. Terraform adoption is a separate change;
|
||||||
# listing them here makes the current ownership gap explicit.
|
# complete RRsets here make the current ownership gap explicit.
|
||||||
tunnel_names:
|
records:
|
||||||
- auth.ddupan.top
|
- name: auth.ddupan.top
|
||||||
- git.ddupan.top
|
type: CNAME
|
||||||
- obj.ddupan.top
|
values: [ff392451-b0b1-45bb-964e-6d9372c3a9e3.cfargotunnel.com]
|
||||||
- e5renew.ddupan.top
|
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