pry0cc / axiom

The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
MIT License
4k stars 622 forks source link

error on docker deploy: digital ocean nyc2 not supported #444

Closed dogasantos closed 3 years ago

dogasantos commented 3 years ago

By Default options, the docker deploy uses "nyc2" as location, which produces an error:

Building image default for provider do... This can take up to 25 minutes so please be patient!
Ocassionally this will fail, we  don't know why, but it should auto-restart.
digitalocean: output will be in this color.

==> digitalocean: Creating temporary ssh key for droplet...
==> digitalocean: Creating droplet...
==> digitalocean: Error creating droplet: POST https://api.digitalocean.com/v2/droplets: 422 nyc2 is unavailable.
==> digitalocean: Deleting temporary ssh key...
Build 'digitalocean' errored: Error creating droplet: POST https://api.digitalocean.com/v2/droplets: 422 nyc2 is unavailable.

nyc3 works just fine

You guys may need to add a control for this

thanks

0xtavian commented 3 years ago

@dogasantos thanks, should be fixed now.