diff --git a/terraform/lev-1/dns.tf b/terraform/lev-1/dns.tf index 909cae1..860cdf5 100644 --- a/terraform/lev-1/dns.tf +++ b/terraform/lev-1/dns.tf @@ -44,6 +44,11 @@ resource "namecheap_domain_records" "pub-solar" { type = "A" address = "95.217.225.160" } + record { + hostname = "factorio" + type = "A" + address = "80.244.242.2" + } record { hostname = "collabora" type = "A"