From 7ee547e760db3e776ab7ecd676ed4b8afca0f04b Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 3 Sep 2023 20:15:20 +0200 Subject: lhn --- terraform/dns/vpn.tf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'terraform/dns/vpn.tf') diff --git a/terraform/dns/vpn.tf b/terraform/dns/vpn.tf index 59847f3..c94fb72 100644 --- a/terraform/dns/vpn.tf +++ b/terraform/dns/vpn.tf @@ -64,6 +64,13 @@ resource "linode_domain_record" "vpn-hash" { # 16341443 record_type = "AAAA" target = "fdf3:aad9:a885:0b3a::13" } +resource "linode_domain_record" "vpn-lhnpi" { + domain_id = linode_domain.root.id + name = "lhnpi.vpn" + record_type = "AAAA" + target = "fdf3:aad9:a885:0b3a::14" +} + resource "linode_domain_record" "vpn-unifi" { domain_id = linode_domain.root.id name = "unifi.vpn" -- cgit v1.2.3