mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #904] Clients making a connection to (questionable?) IP not added to host list #622
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#622
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 @jbmorris289 on GitHub (Dec 31, 2020).
Original GitHub issue: https://github.com/quasar/Quasar/issues/904
Hi!

I just started using Quasar a couple days ago. While installing a client to a computer, I had a program called "Process Hacker" open on the "Network" tab to make sure things were working as I was trying to tunnel it through my local home server to my laptop, and saw this unrecognized IP:
This IP is on AbuseIPDB.
I also built a client and ran it on my laptop, pointing it to itself (localhost), and the same IP showed up on that list right as the client prepared itself.
The confusing part is that none of the clients are configured to connect over the internet... just locally.
What may be happening here? Thanks?
@BurntDog commented on GitHub (Jan 1, 2021):
I think I've asked this in the past and nothing to be concerned about but, I wouldn't mind a reminder.
I get a different connection (ip) each time
ec2-54-243-119-179.compute-1.amazonaws.com
ec2-50-19-243-236.compute-1.amazonaws.com
ec2-23-21-252-4.compute-1.amazonaws.com
Could be a stay alive thing or to get a geolocation
none reported on https://www.abuseipdb.com/
ISP | Amazon Data Services NoVa
Data Center/Web Hosting/Transit
ec2-54-243-119-179.compute-1.amazonaws.com
amazon.com
United States of America
Ashburn, Virginia
@MaxXor commented on GitHub (Jan 1, 2021):
These connections are HTTP requests to retrieve geo IP location, see here https://github.com/quasar/Quasar/issues/637
So, yes as @BurntDog said, it's nothing to worry about.
@jbmorris289 commented on GitHub (Jan 3, 2021):
Guess I didn't search enough terms on here before making this issue... sorry for the duplicate!