Skip to content

Commit 8374a7e

Browse files
committed
terraform/do: Add AAA record for a-hel-fi
1 parent b09f6d9 commit 8374a7e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

terraform/do/dns.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ resource "digitalocean_record" "a_hel_fi" {
4545
value = "95.216.76.97"
4646
}
4747

48+
resource "digitalocean_record" "a_hel_fi_v6" {
49+
domain = digitalocean_domain.voidlinux_org.name
50+
type = "AAAA"
51+
name = "a-hel-fi.m"
52+
value = "2a01:4f9:2b:c9e::2"
53+
}
54+
4855
resource "digitalocean_record" "b_hel_fi" {
4956
domain = digitalocean_domain.voidlinux_org.name
5057
type = "A"

0 commit comments

Comments
 (0)