mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 22:55:14 -05:00
[GH-ISSUE #2373] Private resource doesn't overwrite IPv6 #10918
Reference in New Issue
Block a user
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 @matt01y on GitHub (Jan 29, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2373
Describe the Bug
When having a private resource for
test.domain.tldwhilst having in public dns a wildcard A and AAAA record for*.domain.tldthe IPv6 addres of the global dns stil gets resolved withresolvectl query test.domain.tld.Environment
To Reproduce
Global AAAA DNS record for:
*.domain.tldPrivate resource for:
test.domain.tldRun
resolvectl query test.domain.tld.results:
100.90.128.XXX(site subnet)Expected Behavior
Either:
test.domain.tld@oschwartz10612 commented on GitHub (Jan 29, 2026):
This is expected behavior because we do not support ipv6. We only match v4 A requests and pass all ipv6 through.
We do plan to add v6 support eventually but I think that is a feature request. If you would like you could open a request on the discussions!
https://github.com/orgs/fosrl/discussions/categories/feature-requests