diff --git a/StreamingCommunity/Util/os.py b/StreamingCommunity/Util/os.py index 2444772..8da5de1 100644 --- a/StreamingCommunity/Util/os.py +++ b/StreamingCommunity/Util/os.py @@ -315,7 +315,7 @@ class InternManager(): for provider, ips in dns_providers.items(): if server in ips: return True - return True + return False except Exception: return False