Fix internet check when port 53 is firewalled (#726)

Resolves #718
This commit is contained in:
Erik Johnson 2019-03-26 08:56:18 -05:00 committed by GitHub
parent bfcb74a1e0
commit 780cf54cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -384,7 +384,7 @@ class internet:
:py:func:`require`
"""
address = ("google-public-dns-a.google.com", 53)
address = ('google.com', 80)
check_frequency = 1
dns_cache = []