fleex
fleex copied to clipboard
Fleex makes it easy to create multiple VPS on cloud providers and use them to distribute workloads.
Current implementation make equal chunks and send for scan. But if one chunk takes more time to complete the job all other machine sits idle. There is an option -d...
So i run fleex scan with the `--delete` flag, for some reason the file copying failed and hence the command didn't run. But also, the boxes were not deleted. Imagine...
looking at the idea of the project i think this can be a very successful project within the time being with improvements, i didn't take a look at the code...
hello, so i am having a problem where i receive an error during `build `process. here's the error: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal...
WIP:implementation of custom vps with Fleex Configuration: ```yaml custom: vps-1: ip: {VPS-IP} port: {VPS-PORT} username: {USERNAME} password: {PASSWD} vps-2: ip: {VPS-IP} port: {VPS-PORT} username: {USERNAME} password: {PASSWD} vps-3: ip: {VPS-IP}...
I have a digital ocean account and been trying to build an image and try out the fleex utility I have added the DO token in the config.yaml I did...
Hi i am using linode with fleex when i am creating a new image with fleex build -d (with or without -d, it doesn't matter) the image is does not...
hi, i use linode as provider, i have spawn 10 box named galgari and tried to run this command: `fleex scan -i subdomains.txt -o output -c '~/go/bin/httpx -random-agent -no-color -ports...
Hello . when running fleex scan, sometimes it throws an error like this - FATA[0001] dial tcp ip:2266 : connect: connection refused . using DigitalOcean.
