Add factorio dns entry

pull/5/head
Benjamin Bädorf 2023-02-26 20:58:34 +01:00
parent 61d7d6070a
commit 4a1f01c22e
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
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"