mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-26 07:45:57 +03:00
[GH-ISSUE #504] System Information - Incorrect LAN IP #270
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#270
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 @d3agle on GitHub (Aug 11, 2016).
Original GitHub issue: https://github.com/quasar/Quasar/issues/504
When requesting system information, the LAN IP can be incorrect. In my case, the installed VMware adapters are considered the LAN IP rather than the active adapter.
@MaxXor commented on GitHub (Aug 11, 2016):
I know, currently the client selects the first local IP it can find. It can easily be changed to list all found local IPs.
*Oops, edit: I see you also just list one LAN IP address in your pull request, well that's fine too as it does still detect my LAN IP correctly. :D