mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 09:31:13 +00:00
fix: Change spf1 record from domainName to '@' for Digital Ocean DNS
This commit is contained in:
parent
bfd67bac8d
commit
8d8e8cf265
|
@ -247,7 +247,7 @@ class DigitalOceanDnsProvider extends DnsProvider {
|
||||||
|
|
||||||
final DnsRecord txt2 = DnsRecord(
|
final DnsRecord txt2 = DnsRecord(
|
||||||
type: 'TXT',
|
type: 'TXT',
|
||||||
name: domainName,
|
name: '@',
|
||||||
content: 'v=spf1 a mx ip4:$ip4 -all',
|
content: 'v=spf1 a mx ip4:$ip4 -all',
|
||||||
ttl: 18000,
|
ttl: 18000,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue