rimosse impostazioni e check dns

This commit is contained in:
marco
2020-01-07 20:39:53 +01:00
parent 9e063a31cf
commit 9c829f1234
4 changed files with 5 additions and 24 deletions

View File

@@ -39,7 +39,7 @@ def start():
from specials import resolverdns
from specials.checkhost import test_conn
import threading
threading.Thread(target=test_conn, args=(True, True, True, [], [], True)).start()
threading.Thread(target=test_conn, args=(True, False, 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)