Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 938 Bytes

File metadata and controls

41 lines (30 loc) · 938 Bytes

Chainlink External Adapter to Check DNS Records

DNS Record Check lets query DNS over HTTPS (DoH) and check whether some record provided exists

Configuration

This adapter relies on dns-query adapter. Required dns-query input params and configuration apply to this adapter as well.

Running

See the Composite Adapter README for more information on how to get started.

Input Params

Required? Name Description Options Defaults to
record name of record, eg: "adex-publisher"

Sample Input

{
  "jobID": "1",
  "data": {
    "record": "adex-publisher"
  }
}

Sample Output

{
  "jobRunID": "1",
  "data": {
    "result": true
  },
  "result": true,
  "statusCode": 200
}