Skip to content

Commit 1f3dc58

Browse files
committed
Re-add required dns record for page rule redirect
1 parent e6873dc commit 1f3dc58

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

system/administration/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ resource "cloudflare_dns_record" "server_ip" {
6666
resource "cloudflare_dns_record" "server_cname_code0_tech" {
6767
for_each = toset([
6868
"outline.code0.tech",
69+
"code0.tech",
6970
])
7071

7172
name = each.value

0 commit comments

Comments
 (0)