switch include to a, remove skynet.ie
This commit is contained in:
parent
9e90553a6b
commit
c0ddc2d6a9
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ in {
|
||||||
{
|
{
|
||||||
record = "${cfg.domain}.";
|
record = "${cfg.domain}.";
|
||||||
r_type = "TXT";
|
r_type = "TXT";
|
||||||
value = ''"v=spf1 include:${cfg.sub}.${cfg.domain} include:${cfg.domain} ip4:${config.services.skynet.host.ip} -all"'';
|
value = ''"v=spf1 a:${cfg.sub}.${cfg.domain} ip4:${config.services.skynet.host.ip} -all"'';
|
||||||
}
|
}
|
||||||
|
|
||||||
# DKIM keys
|
# DKIM keys
|
||||||
|
|
Loading…
Reference in a new issue