Add factorio dns entry

This commit is contained in:
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

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"