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

Bug: Getting Non-authoritative answer when unexpected #608

Open
mageddo opened this issue Nov 22, 2024 · 1 comment
Open

Bug: Getting Non-authoritative answer when unexpected #608

mageddo opened this issue Nov 22, 2024 · 1 comment
Labels

Comments

@mageddo
Copy link
Owner

mageddo commented Nov 22, 2024

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
@mageddo mageddo added the bug label Nov 22, 2024
@mageddo
Copy link
Owner Author

mageddo commented Nov 27, 2024

The Authoritative Answer Flag

  /** authoritative answer */
  public static final byte AA = 5;

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

No branches or pull requests

1 participant