if (restrictions && restrictions.blacklist && restrictions.blacklist.shards) {
            mConf.shard.shardValues = _.xor(restrictions.blacklist.shards, mConf.shard.shardValues);
        }