Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNSSEC_OK flag missing in README #78

Open
TrevinAvery opened this issue Dec 2, 2021 · 0 comments
Open

DNSSEC_OK flag missing in README #78

TrevinAvery opened this issue Dec 2, 2021 · 0 comments

Comments

@TrevinAvery
Copy link

The list of available flags in the README

dns-packet/README.md

Lines 85 to 92 in 8e6d91c

``` 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant