Apps/NoDataApp/README.md
A DNS App for Technitium DNS Server that returns NOERROR / NODATA for selected query types using APP record data.
dnsApp.config keysblockedTypes in APP record JSONIDnsApplication, IDnsAppRecordRequestHandlerdnsApp.config is not used by this app.
| Property | Type | Required | Description |
|---|---|---|---|
blockedTypes | string[] | yes | DNS record types to return NODATA for (for example A, AAAA, ANY). |
{
"blockedTypes": ["A", "AAAA", "ANY"]
}
appRecordData as JSON.blockedTypes, or ANY is present, the app returns NOERROR with no answers.blockedTypes includes the requested type.