feature: NO DNS? fa nulla...

su linux funge...
su altri non so...da testare!!!
This commit is contained in:
greko17
2019-11-28 21:49:48 +01:00
parent 436367da6d
commit b12201bb8e
120 changed files with 16179 additions and 5 deletions

View File

@@ -34,9 +34,9 @@ def start():
# se lo ha: non lo fa entrare nell'addon
# se ha problemi di DNS avvia ma lascia entrare
# se tutto ok: entra nell'addon
from specials.checkhost import test_conn
import threading
threading.Thread(target=test_conn, args=(True, True, True, [], [], True)).start()
## from specials.checkhost import test_conn
## import threading
## threading.Thread(target=test_conn, args=(True, True, True, [], [], True)).start()
# check_adsl = test_conn(is_exit = True, check_dns = True, view_msg = True,
# lst_urls = [], lst_site_check_dns = [], in_addon = True)