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

Fix DNS not found query response #1877

Merged
merged 4 commits into from
Apr 23, 2024
Merged

Conversation

mlsmaycon
Copy link
Collaborator

Describe your changes

for local queries, we should return NXDOMAIN instead of NOERROR

Issue ticket number and link

fixes #1873

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

for local queries we should return NXDOMAIN instead of NOERROR
@mlsmaycon mlsmaycon merged commit 012e624 into main Apr 23, 2024
16 checks passed
@mlsmaycon mlsmaycon deleted the fix/dns-notfound-query-response branch April 23, 2024 08:20
Foosec pushed a commit to Foosec/netbird that referenced this pull request May 8, 2024
for local queries, we should return NXDOMAIN instead of NOERROR

Also, updated gomobile for Android and iOS builds
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

Successfully merging this pull request may close these issues.

DNS Resolver should return NXDOMAIN
2 participants