[GH-ISSUE #608] Bug: Getting Non-authoritative answer when unexpected #200

Closed
opened 2026-02-26 04:34:22 +03:00 by kerem · 2 comments
Owner

Originally created by @mageddo on GitHub (Nov 22, 2024).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/608

What is Happening

Non-authoritative answer is being got from DPS local solvers (Local, Stub, Docker, System)

$ nslookup -po=5555 nginx-app.docker 127.0.0.1
Server:		127.0.0.1
Address:	127.0.0.1#5555

Non-authoritative answer:
Name:	nginx-app.docker
Address: 172.17.0.2

What is Expected

All answers from (Local, Stub, Docker, System) solvers are expected to be flagged as authoritative.

Specs

  • DPS Version: 3.30.4-snapshot
Originally created by @mageddo on GitHub (Nov 22, 2024). Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/608 ## What is Happening Non-authoritative answer is being got from DPS local solvers (Local, Stub, Docker, System) ```bash $ nslookup -po=5555 nginx-app.docker 127.0.0.1 Server: 127.0.0.1 Address: 127.0.0.1#5555 Non-authoritative answer: Name: nginx-app.docker Address: 172.17.0.2 ``` ## What is Expected All answers from (Local, Stub, Docker, System) solvers are expected to be flagged as authoritative. ## Specs * DPS Version: `3.30.4-snapshot` [1]: https://en.wikipedia.org/wiki/Minimal_reproducible_example
kerem 2026-02-26 04:34:22 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@mageddo commented on GitHub (Nov 27, 2024):

The Authoritative Answer Flag

  /** authoritative answer */
  public static final byte AA = 5;
<!-- gh-comment-id:2504763846 --> @mageddo commented on GitHub (Nov 27, 2024): The Authoritative Answer Flag ```java /** authoritative answer */ public static final byte AA = 5; ```
Author
Owner

@mageddo commented on GitHub (Dec 25, 2025):

Beta is out 5.6.2-snapshot

<!-- gh-comment-id:3691826247 --> @mageddo commented on GitHub (Dec 25, 2025): Beta is out [5.6.2-snapshot](https://github.com/mageddo/dns-proxy-server/releases/tag/5.6.2-snapshot)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#200
No description provided.