mirror of
https://github.com/ValdikSS/blockcheck.git
synced 2026-09-14 11:05:48 +05:00
update requirements
This commit is contained in:
parent
ed03823182
commit
afe2e732a9
@ -832,7 +832,7 @@ def main():
|
||||
asn6 = get_nicinfo(ipv6_addr)
|
||||
if asn4 != asn6:
|
||||
ipv6_available = False
|
||||
print ("Вероятно у вас IPv6 туннель, отключаем проверку IPv6")
|
||||
print("Вероятно у вас IPv6 туннель, отключаем проверку IPv6")
|
||||
else:
|
||||
print("IP: {}, провайдер: {}".format(_mask_ip(ip_isp[0]), ip_isp[1]))
|
||||
print()
|
||||
|
||||
@ -1 +1,2 @@
|
||||
dnspython
|
||||
ipwhois
|
||||
|
||||
Loading…
Reference in New Issue
Block a user