Update werified.py

This commit is contained in:
Ground-Zerro
2024-09-15 17:53:41 +11:00
parent 5371affec9
commit b4a8d7e5ba

View File

@@ -1,7 +1,8 @@
import asyncio import asyncio
import dns.resolver
from concurrent.futures import ThreadPoolExecutor from concurrent.futures import ThreadPoolExecutor
import dns.resolver
# DNS сервера для проверки # DNS сервера для проверки
dns_servers = { dns_servers = {
'Google Public DNS': ['8.8.8.8', '8.8.4.4'], 'Google Public DNS': ['8.8.8.8', '8.8.4.4'],