aboutsummaryrefslogtreecommitdiff
path: root/terraform/dns/vpn.tf
diff options
context:
space:
mode:
Diffstat (limited to 'terraform/dns/vpn.tf')
-rw-r--r--terraform/dns/vpn.tf6
1 files changed, 6 insertions, 0 deletions
diff --git a/terraform/dns/vpn.tf b/terraform/dns/vpn.tf
index ca8f7ad..58efa5c 100644
--- a/terraform/dns/vpn.tf
+++ b/terraform/dns/vpn.tf
@@ -5,6 +5,12 @@ resource "linode_domain_record" "vpn-knot" {
record_type = "AAAA"
target = "fdf3:aad9:a885:0b3a::1"
}
+resource "linode_domain_record" "vpn-conflatorio" {
+ domain_id = linode_domain.root.id
+ name = "conflatorio.vpn"
+ record_type = "AAAA"
+ target = "fdf3:aad9:a885:0b3a::3"
+}
resource "linode_domain_record" "vpn-arius" {
domain_id = linode_domain.root.id
name = "arius.vpn"