Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hey, I am trying to update a firewall via the API, I have read the documents (https://developers.digitalocean.com/documentation/v2/#update-a-firewall) and did not find how to allow all the incoming traffic from “All IPv4” and “All IPv6” this is the data that i send (PHP array)
$data = array(
"name" => "firewall123",
"inbound_rules" => [
[
"protocol" => "tcp",
"ports" => "444",
"sources" => [
"addresses" => [
"18.0.0.0/8"
]
]
],
[
"protocol" => "tcp",
"ports" => "443",
"sources" => [
"addresses" => [
"All IPv4",
"All IPv6"
]
]
]
],
"droplet_ids" => [
1234567
]
);
This is the response that I received :
{ “id”: “unprocessable_entity”, “message”: “invalid address”, “request_id”: “7b93c71d-fe51-40ca-9321-3a1dbce54321” }
41809fc37fa549b98a34934d238850
Código de referido Binance
yolanda smith
b1cfd497da4348d08019b0315db7a0
Deeraj EA
1ddffddc31ea402a842dcb134f6134
bec1cd09097d477da725b161a4066f
Anjanesh Lekshminarayanan
Anjanesh Lekshminarayanan
Md. Habibur Rahman Talukder Shamim
CCST
petarsubotic