From 038d80a8017410337728f5005341645608b288ed Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 2 Dec 2023 15:36:03 +0100 Subject: [PATCH] feat: DNS updates Fix turn domain used by coturn --- terraform/dns.tf | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/terraform/dns.tf b/terraform/dns.tf index 1e61160..57b230c 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -8,7 +8,6 @@ resource "namecheap_domain_records" "pub-solar" { hostname = "flora-6" type = "A" address = "80.71.153.210" - ttl = 60 } record { hostname = "auth" @@ -19,7 +18,6 @@ resource "namecheap_domain_records" "pub-solar" { hostname = "ci" type = "A" address = "80.71.153.210" - ttl = 60 } record { hostname = "git" @@ -52,19 +50,16 @@ resource "namecheap_domain_records" "pub-solar" { hostname = "cache" type = "A" address = "95.217.225.160" - ttl = 60 } record { hostname = "factorio" type = "A" address = "80.244.242.2" - ttl = 60 } record { hostname = "collabora" type = "CNAME" address = "nachtigall.pub.solar." - ttl = 60 } record { hostname = "@" @@ -76,19 +71,17 @@ resource "namecheap_domain_records" "pub-solar" { hostname = "chat" type = "CNAME" address = "nachtigall.pub.solar." - ttl = 60 } record { hostname = "cloud" type = "CNAME" address = "nachtigall.pub.solar." - ttl = 60 } record { - hostname = "coturn" + hostname = "turn" type = "A" - address = "80.71.153.239" - ttl = 60 + address = "138.201.80.102" + ttl = 300 } record { hostname = "hpb" @@ -96,18 +89,6 @@ resource "namecheap_domain_records" "pub-solar" { address = "80.71.153.239" ttl = 60 } - record { - hostname = "dimension" - type = "A" - address = "85.88.23.162" - ttl = 60 - } - record { - hostname = "element" - type = "A" - address = "85.88.23.162" - ttl = 60 - } record { hostname = "files" type = "CNAME" @@ -132,7 +113,6 @@ resource "namecheap_domain_records" "pub-solar" { hostname = "matrix" type = "CNAME" address = "nachtigall.pub.solar." - ttl = 60 } record { hostname = "www"