diff options
Diffstat (limited to 'terraform/dns/vpn.tf')
-rw-r--r-- | terraform/dns/vpn.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/terraform/dns/vpn.tf b/terraform/dns/vpn.tf index 5ced457..4ed030b 100644 --- a/terraform/dns/vpn.tf +++ b/terraform/dns/vpn.tf @@ -15,7 +15,7 @@ resource "linode_domain_record" "vpn-conflatorio" { domain_id = linode_domain.root.id name = "conflatorio.vpn" record_type = "AAAA" - target = "fdf3:aad9:a885:0b3a::3" + target = "fdf3:aad9:a885:77dd::2" } resource "linode_domain_record" "vpn-arius" { domain_id = linode_domain.root.id |