Skip to content

Instantly share code, notes, and snippets.

@franklouwers
Last active August 4, 2023 10:45
Show Gist options
  • Save franklouwers/189e3bad59a5d4d0a6d0a532f6b8270e to your computer and use it in GitHub Desktop.
Save franklouwers/189e3bad59a5d4d0a6d0a532f6b8270e to your computer and use it in GitHub Desktop.
pdns_recursor[20698]: msg="** in nodata" subsystem="lua" level="0" prio="Warning" tid="3" ts="1691145843.687"
pdns_recursor[20698]: msg="** nodata: records: k: 1 / v: kc-pro.westeurope.cloudapp.azure.com." subsystem="lua" level="0" prio="Warning" tid="3" ts="1691145843.687"
pdns_recursor[20698]: msg="** nodata: records: k: 2 / v: CNAME 13 2 1440 20230817000000 20230727000000 3157 kompass.com. G3aUMVy1lj3xRYzUWKaL7GtLx46Y6r4eMtOKZcCeoL/9WfsGwWRBm8M8DSfOaAx+B2aB2UdG8MYSJkCHu4GQRg==" subsystem="lua" level="0" prio="Warning" tid="3" ts="1691145843.687"
pdns_recursor[20698]: msg="** nodata: records: k: 3 / v: 1 0 3 ea33014a KSLICMITV6QE1BEHK70G8Q7E572VABP2" subsystem="lua" level="0" prio="Warning" tid="3" ts="1691145843.687"
pdns_recursor[20698]: msg="** nodata: records: k: 4 / v: NSEC3 13 3 10800 20230817000000 20230727000000 3157 kompass.com. hRHSAa7fAWyLimIFJ4+7KI3fI3yjP7Uwkt+iWSnQuDhQ+0TpdkdKDJd8HjD7RY4o3F4lf4uSDP/9xdMt6hsb7w==" subsystem="lua" level="0" prio="Warning" tid="3" ts="1691145843.687"
pdns_recursor[20698]: msg="** nodata: records: k: 5 / v: 20.4.197.105" subsystem="lua" level="0" prio="Warning" tid="3" ts="1691145843.687"
function nodata(dq)
pdnslog("** in nodata")
local records = dq:getRecords()
for k,v in pairs(records) do
pdnslog(string.format("** nodata: records: k: %s / v: %s", k, v:getContent()))
end
return false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment