mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-26 01:45:59 +03:00
[GH-ISSUE #385] Better filter for real network interfaces #134
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#134
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 @mageddo on GitHub (Mar 20, 2023).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/385
What is expected
Java haven't an identifier to separate real network interfaces from the virtual ones, because of this DPS can't securely choose the real network interfaces to use that as the IP to set as default DNS which would be the best options.
I've done some researches and maybe I can use 'isSiteLocalAddress' method to identify that,
This method won't work for ipv6 as it uses an implementation based on a deprecated rfc, will need to implement my own isSiteLocalAddress for ipv6
What is Happening
Changes (Optional)
@mageddo commented on GitHub (Jul 8, 2024):
As people are not reporting problems with the current implementation I'm closing this