Requirements: root && P2P && Python >= 3.8.6 + создаем текстовик ignorelist.txt import socket, struct, ipaddress, platform class stun: __ipList, __tempList = [], [] def __init__(self, ignoreList: list) -> None: self.__ignoreList = ignoreList def __processXorIP(self...