Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ description: >-
able to open connections to the database. You may limit connections to
specific Droplets, Kubernetes clusters, or IP addresses. When a tag is
provided, any Droplet or Kubernetes node with that tag applied to it will
have access. The firewall is limited to 100 rules (or trusted sources). When
possible, we recommend
have access. The firewall is limited to 100 rules (or trusted sources). You
cannot add IPv6 addresses as trusted sources. For additional limits, see your
database engine's limits page.
When possible, we recommend
[placing your databases into a VPC network](https://docs.digitalocean.com/products/networking/vpc/)
to limit access to them instead of using a firewall.

A successful
A successful request returns a 204 status code with no content.

tags:
- Databases
Expand Down
Loading