The list of available flags in the README
|
``` js |
|
packet.RECURSION_DESIRED |
|
packet.RECURSION_AVAILABLE |
|
packet.TRUNCATED_RESPONSE |
|
packet.AUTHORITATIVE_ANSWER |
|
packet.AUTHENTIC_DATA |
|
packet.CHECKING_DISABLED |
|
``` |
is missing the packet.DNSSEC_OK flag
|
exports.DNSSEC_OK = 1 << 15 |
The list of available flags in the README
dns-packet/README.md
Lines 85 to 92 in 8e6d91c
is missing the
packet.DNSSEC_OKflagdns-packet/index.js
Line 1443 in 8e6d91c