mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[GH-ISSUE #474] NullPointerException when queried for AAAA/IPv6 record #167
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#167
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sh3bang on GitHub (Jun 16, 2024).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/474
If your docker host are reachable by IPv6 and IPv4 (Dual-Stack) then DPS will also be queried for AAAA and A record if configured as primary DNS proxy. But without IPv6 support within container environment DPS will fail with noisy NullPointerException.
Query A record only:
Query for A and AAAA
Exception log:
@mageddo commented on GitHub (Jun 17, 2024):
Hey @sh3bang , thanks for your report, a fix was submmited, see the summary:
I will release it in the next minutes, I will be glad if you can check if it fixes your usecase.
@sh3bang commented on GitHub (Jun 19, 2024):
@mageddo with 3.19.5-snapshot exception is gone 👍