-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google connections. #300
Comments
It is just an internet connection check... |
Would it be possible to revisit the use of google.com here? I understand the need for prevalence but it's a controversial company among members of the FOSS community nonetheless. For instance, all G-owned domains (incl. TLD) are blocked using DNSBL on my local network and their netblocks are null routed, meaning those measures must be sidestepped for application installation/updates via bauh. I took a stab at creating an index of hosts that would resolve in series; proceeding if any 1 name resolves. Unfortunately I'm little more than a copy/paste code monkey and the back-asswards nature of Python makes my head spin. The 2LD I was using along with justification:
|
Sure... I'll take a look on those you mentioned, and change the call. |
Thanks @vinifmor! Would be feasible to wrap gethostbyname around the update/installation routine--essentially leveraging whichever hostnames require resolution to accomplish what was asked (i.e. flathub.org)? I'm sure class InternetChecker originates from just such a procedure elsewhere and I reckon google.com could be replaced with a (perhaps preexisting?) variable drawn from what's being executed in the moment... I've probably done little more than expose my peanut brain for what it is but I hate to submit issues without some manner of suggestion :) |
Folks, I've replaced |
thank you @vinifmor ! |
Why does this app connect to
google.com
andgoogle.com.home
?The text was updated successfully, but these errors were encountered: