You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This IP and IPv6 AddressType is used only in miner_address param passed when creating AddressManager instance and is used just for finding EC2 server with given IP - it is agreed with @ppolewicz that we are shielding only EC2 server as for now. See AddressManager::_initialize_miner_instance where it is done. There is no need to use ipaddress library for anything there.
For the
Address
class,bt-ddos-shield/bt_ddos_shield/address.py
Lines 14 to 30 in c8e6b96
let's use what
ip_address
provides us in order to validate and reliably store IP address information.The text was updated successfully, but these errors were encountered: