diff options
Diffstat (limited to 'DomainInspectionService.swift')
| -rw-r--r-- | DomainInspectionService.swift | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/DomainInspectionService.swift b/DomainInspectionService.swift index 55e87f5..0562195 100644 --- a/DomainInspectionService.swift +++ b/DomainInspectionService.swift @@ -349,6 +349,14 @@ struct DomainInspectionService { ownershipError: ownership.message, ownershipHistory: [], ownershipHistoryError: nil, + inferredProvider: nil, + priorProviders: [], + domainClassification: nil, + ownershipTransitions: [], + hostingTransitions: [], + subdomainHistory: [], + riskSignals: [], + intelligenceTimeline: [], ptrRecord: ptrRecord.value, ptrError: ptrRecord.message, redirectChain: redirectChain.value, |
