Add dns entry

This commit is contained in:
Pablo Ovelleiro Corral 2024-04-27 00:23:43 +02:00 committed by teutat3s
parent 7e2bcfc5cf
commit 8b7f547276
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -19,6 +19,11 @@ resource "namecheap_domain_records" "pub-solar" {
type = "A"
address = "80.71.153.210"
}
record {
hostname = "alerts"
type = "CNAME"
address = "flora-6.pub.solar."
}
record {
hostname = "git"
type = "CNAME"