fix: Change spf1 record from domainName to '@' for Digital Ocean DNS

pull/213/head
NaiJi ✨ 2023-06-09 07:19:24 -03:00
parent bfd67bac8d
commit 8d8e8cf265
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class DigitalOceanDnsProvider extends DnsProvider {
final DnsRecord txt2 = DnsRecord(
type: 'TXT',
name: domainName,
name: '@',
content: 'v=spf1 a mx ip4:$ip4 -all',
ttl: 18000,
);