terraform: Add DNS entries for nachtigall

pull/14/head
Akshay Mankar 2023-10-22 16:10:06 +02:00
parent 0309c75f2a
commit 6ad7d22245
Signed by: axeman
GPG Key ID: CA08F3AB62369B89
1 changed files with 10 additions and 0 deletions

View File

@ -147,6 +147,16 @@ resource "namecheap_domain_records" "pub-solar" {
address = "list.pub.solar"
mx_pref = "0"
}
record {
hostname = "nachtigall"
type = "A"
address = "138.201.80.102"
}
record {
hostname = "nachtigall"
type = "AAAA"
address = "2a01:4f8:172:1c25::1"
}
# SRV records can only be changed via NameCheap Web UI
# add comment
}