Merge pull request 'Add factorio dns entry' (#5) from feature/factorio-dns into main

Reviewed-on: pub-solar/infra#5
Reviewed-by: teutat3s <teutates@mailbox.org>
pull/7/head
teutat3s 2023-02-26 21:00:01 +01:00
commit deb4215fe7
1 changed files with 5 additions and 0 deletions

View File

@ -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"