mafintosh / dns-packet

An abstract-encoding compliant module for encoding / decoding DNS packets
MIT License
201 stars 70 forks source link

DNSSEC_OK flag missing in README #78

Open TrevinAvery opened 2 years ago

TrevinAvery commented 2 years ago

The list of available flags in the README

https://github.com/mafintosh/dns-packet/blob/8e6d91c078c9175708bcf13c071d6ffae963a635/README.md?plain=1#L85-L92

is missing the packet.DNSSEC_OK flag

https://github.com/mafintosh/dns-packet/blob/8e6d91c078c9175708bcf13c071d6ffae963a635/index.js#L1443