dns: list.pub.solar should be A / AAAA records
All checks were successful
Flake checks / Check (pull_request) Successful in 23m51s
All checks were successful
Flake checks / Check (pull_request) Successful in 23m51s
This commit is contained in:
parent
ba84cefc41
commit
15eca411ba
|
@ -189,11 +189,6 @@ resource "namecheap_domain_records" "pub-solar" {
|
||||||
type = "CNAME"
|
type = "CNAME"
|
||||||
address = "nachtigall.pub.solar."
|
address = "nachtigall.pub.solar."
|
||||||
}
|
}
|
||||||
record {
|
|
||||||
hostname = "list"
|
|
||||||
type = "CNAME"
|
|
||||||
address = "nachtigall.pub.solar."
|
|
||||||
}
|
|
||||||
record {
|
record {
|
||||||
hostname = "obs-portal"
|
hostname = "obs-portal"
|
||||||
type = "CNAME"
|
type = "CNAME"
|
||||||
|
@ -327,6 +322,16 @@ resource "namecheap_domain_records" "pub-solar" {
|
||||||
address = "list.pub.solar."
|
address = "list.pub.solar."
|
||||||
mx_pref = "0"
|
mx_pref = "0"
|
||||||
}
|
}
|
||||||
|
record {
|
||||||
|
hostname = "list"
|
||||||
|
type = "A"
|
||||||
|
address = "138.201.80.102"
|
||||||
|
}
|
||||||
|
record {
|
||||||
|
hostname = "list"
|
||||||
|
type = "AAAA"
|
||||||
|
address = "2a01:4f8:172:1c25::1"
|
||||||
|
}
|
||||||
record {
|
record {
|
||||||
hostname = "nachtigall"
|
hostname = "nachtigall"
|
||||||
type = "A"
|
type = "A"
|
||||||
|
|
Loading…
Reference in a new issue