From 4a1f01c22e466f29d9dd26f39ba7f39c3f42df33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sun, 26 Feb 2023 20:58:34 +0100 Subject: [PATCH] Add factorio dns entry --- terraform/lev-1/dns.tf | 5 +++++ 1 file changed, 5 insertions(+) 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" -- 2.44.1