IsSubnetBlocked returns whether a subnet is blocked
bool isSubnetBlocked(String subnet) { return _blockedSubnets.contains(subnet); }