• Miek Gieben's avatar
    plugin/dnssec: fix blacklies for NXDOMAIN (#1399) · cb3190ba
    Miek Gieben authored
    * plugin/dnssec: filter bitmap also for NXDOMAIN responses
    
    We change nxdomain to nodata, so at the point when we receive the
    reply it can be nxdomain or nodata. In both cases we should filter the
    nsec bitmap.
    
    Change the code and add explicit tests for this.
    
    * More tests
    cb3190ba
black_lies_bitmap_test.go 1.56 KB