|
|
@@ -109,7 +109,9 @@ class InfoSettingDataProvider extends BaseDataProvider
|
|
|
'mxthurdata' => $this->mxthurdata,
|
|
|
'spfthurdata' => $this->spfConfig,
|
|
|
'dmarcthurdata' => $this->dmarcConfig,
|
|
|
- 'dkimthurdata' => $this->domainKey
|
|
|
+ 'dkimthurdata' => $this->domainKey,
|
|
|
+ 'selfdns' => $selfDns,
|
|
|
+ 'dnsok' => $dnsok
|
|
|
];
|
|
|
}
|
|
|
|