Add reverse lookup and forward confirmation

This commit is contained in:
nemunaire 2025-10-23 15:59:57 +07:00
commit 84a504d668
8 changed files with 324 additions and 5 deletions

View file

@ -819,6 +819,18 @@ components:
$ref: '#/components/schemas/DMARCRecord'
bimi_record:
$ref: '#/components/schemas/BIMIRecord'
ptr_records:
type: array
items:
type: string
description: PTR (reverse DNS) records for the sender IP address
example: ["mail.example.com", "smtp.example.com"]
ptr_forward_records:
type: array
items:
type: string
description: A or AAAA records resolved from the PTR hostnames (forward confirmation)
example: ["192.0.2.1", "2001:db8::1"]
errors:
type: array
items: