DNS Record Check lets query DNS over HTTPS (DoH) and check whether some record provided exists
This adapter relies on dns-query
adapter. Required dns-query
input params and configuration apply to this adapter as well.
See the Composite Adapter README for more information on how to get started.
Required? | Name | Description | Options | Defaults to |
---|---|---|---|---|
✅ | record |
name of record, eg: "adex-publisher" |
{
"jobID": "1",
"data": {
"record": "adex-publisher"
}
}
{
"jobRunID": "1",
"data": {
"result": true
},
"result": true,
"statusCode": 200
}