mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #915] Strange ip coneection #633
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#633
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 @sevenleo on GitHub (Jan 19, 2021).
Original GitHub issue: https://github.com/quasar/Quasar/issues/915
I created an executable for the client computer (ip x.x.10.23) and called it portable.exe
When I connected to the server (ip x.x.10.5) I noticed that it opens a connection with the ip 185.172.148.96
But I do not recognize this ip and it is from outside my country.
Could you tell me what it is about? I don't see it in the source code
https://www.ip-tracker.org/locator/ip-lookup.php?ip=185.172.148.96
@BurntDog commented on GitHub (Jan 19, 2021):
This has been answered several times #637 and #904. It is for geolocation so server can display your clients general location. Read the code better it's in there.... https://prnt.sc/x7wzsf
@sevenleo commented on GitHub (Jan 19, 2021):
Thank you for the explanation.