SPF check return-path
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2025-10-22 18:38:24 +07:00
commit 9bf9d89695
6 changed files with 201 additions and 74 deletions

View file

@ -776,17 +776,26 @@ components:
DNSResults:
type: object
required:
- domain
- from_domain
properties:
domain:
from_domain:
type: string
description: Domain name
description: From Domain name
example: "example.com"
mx_records:
rp_domain:
type: string
description: Return Path Domain name
example: "example.com"
from_mx_records:
type: array
items:
$ref: '#/components/schemas/MXRecord'
description: MX records for the domain
description: MX records for the From domain
rp_mx_records:
type: array
items:
$ref: '#/components/schemas/MXRecord'
description: MX records for the Return-Path domain
spf_records:
type: array
items: