Skip to content

fix(dns): preserve scoped platform addresses - #1165

Merged
ryanfowler merged 1 commit into
mainfrom
fix/dns-platform-addresses
Aug 30, 2026
Merged

fix(dns): preserve scoped platform addresses#1165
ryanfowler merged 1 commit into
mainfrom
fix/dns-platform-addresses

Conversation

@ryanfowler

Copy link
Copy Markdown
Owner

Summary

  • preserve IPv6 interface zones returned by the platform resolver in DNS inspection output
  • collapse duplicate platform-resolver A and AAAA results while treating independently scoped IPv6 addresses as distinct
  • document the behavior and cover scoped/deduplicated output with regression tests

Validation

  • go test -v -parallel 8 ./...
  • CGO_ENABLED=0 go build .
  • go mod tidy && go mod verify
  • staticcheck ./...
  • reviewer: go test -race ./internal/dnsinspect, go vet ./internal/dnsinspect, staticcheck ./internal/dnsinspect, go test ./..., git diff --check

@ryanfowler
ryanfowler enabled auto-merge August 30, 2026 20:24
@ryanfowler
ryanfowler merged commit 02ba406 into main Aug 30, 2026
23 of 24 checks passed
@ryanfowler
ryanfowler deleted the fix/dns-platform-addresses branch August 30, 2026 20:31
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.

1 participant