fix: spf DNS record
All checks were successful
Flake checks / Check (pull_request) Successful in 19m17s

This commit is contained in:
teutat3s 2023-12-05 20:58:23 +01:00
parent 3e53f6f765
commit f9f72fb14f
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -123,7 +123,7 @@ resource "namecheap_domain_records" "pub-solar" {
record {
hostname = "@"
type = "TXT"
address = "v=spf1 include:spf.greenbaum.cloud a:list.pub.solar ~all"
address = "v=spf1 include:spf.greenbaum.zone a:list.pub.solar ~all"
}
record {
hostname = "list"