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

[NOT_CRITICAL] Missing Flags: ARES_FLAG_EDNS, ARES_FLAG_NO_DFLT_SVR #196

Open
myalcin81 opened this issue Mar 18, 2024 · 1 comment
Open

Comments

@myalcin81
Copy link

Missing c-ares flags on the implementation:

ref:
https://c-ares.org/ares_init_options.html

missing flags:
ARES_FLAG_EDNS
Include an EDNS pseudo-resource record (RFC 2671) in generated requests. As of v1.22, this is on by default if flags are otherwise not set.

ARES_FLAG_NO_DFLT_SVR
Do not attempt to add a default local named server if there are no other servers available. Instead, fail initialization with ARES_ENOSERVER.

@saghul
Copy link
Owner

saghul commented Mar 18, 2024

The c-area version needs to be updated to the latest in order to get access to the new flags.

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

2 participants