@cryptotaxi247 / infra / commits / 4c9fc034

dns: allow sending emails via gandi

zimbatm committed Oct 16, 2023 at 18:40 UTC 4c9fc034fe0e5178f135adc6f277c883503f75ea
1 file changed +1 -1
terraform/dns.tf
+1 -1
@@ -189,7 +189,7 @@ locals {
189 {
190 hostname = "nixos.org"
191 type = "TXT"
192 - value = "v=spf1 include:spf.improvmx.com ~all"
192 + value = "v=spf1 include:spf.improvmx.com include:_mailcust.gandi.net ~all"
193 },
194 {
195 hostname = "live.nixos.org"