digital-identity-platform-docs
digital-identity-platform-docs / supabase/functions/verify_custom_domain / DnsResponse
Interface: DnsResponse
Defined in: supabase/functions/verify_custom_domain/index.ts:77
Response structure from Cloudflare DNS-over-HTTPS API.
See
https://developers.cloudflare.com/1.1.1.1/encryption/dns-over-https/make-api-requests/
Properties
Status
Status:
number
Defined in: supabase/functions/verify_custom_domain/index.ts:79
DNS response status (0 = success)
Answer?
optionalAnswer:object[]
Defined in: supabase/functions/verify_custom_domain/index.ts:81
Array of DNS answer records
type
type:
number
Record type (1 = A, 5 = CNAME)
data
data:
string
Record value (IP address or hostname)