Move DNS to A records, add nachtigall and remove stale tf state #14

Merged
axeman merged 3 commits from nachtigall into main 2023-10-27 18:44:36 +00:00
Showing only changes of commit 6ad7d22245 - Show all commits

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
}