tkashkin / GameHub

All your games in one place
https://tkashkin.github.io/projects/gamehub
GNU General Public License v3.0
2.23k stars 129 forks source link

Question: Why GameHub connects to three connections? #544

Closed ghost closed 3 years ago

ghost commented 3 years ago

After opening GameHub I see three connections via "sudo netstat -anp | grep ESTABLISHED" called "com.github.t". These IP addreses belong to Dropbox. What's their purpose?!

tkashkin commented 3 years ago

https://github.com/tkashkin/GameHub/blob/3e2cb8a1e3b91e10fb244e7c6983ba49d934eb8f/src/data/compat/WineWrap.vala#L28

WineWrap wrappers list and wrappers are currently hosted on Dropbox. GameHub tries to load wrappers list on startup.

Maybe I'll make this optional in the future if it bothers more people. You can block it for now if you don't plan to use WineWrap, nothing else should break if you block it.