Skip to content

Commit cb753ab

Browse files
committed
thomasgauvin: add docs on networking, firewall and ip addresses
1 parent b70a3cc commit cb753ab

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
pcx_content_type: concept
3+
title: Firewall and networking configuration
4+
sidebar:
5+
order: 7
6+
---
7+
8+
import { TabItem, Tabs, Render, WranglerConfig } from "~/components";
9+
10+
Hyperdrive uses the [Cloudflare IP address ranges](https://www.cloudflare.com/ips/) to connect to your database. Only the IP address ranges listed in this reference need to be allow-listed in your database's firewall and networking configurations.
11+
12+
You can connect to your database from Hyperdrive using any of the 3 following networking configurations:
13+
14+
1. Configure your database to allow inbound connectivity from the public Internet (all IP address ranges).
15+
2. Configure your database to allow inbound connectivity from the public Internet, with only the IP address ranges used by Hyperdrive allow-listed.
16+
3. Configure your database to allow inbound connectivity from a private network, and run a Cloudflare Tunnel instance in your private network to enable Hyperdrive to connect from the Cloudflare network to your private network. Refer to [documentation on connecting to a private database using Tunnel](/hyperdrive/configuration/connect-to-private-database/).

0 commit comments

Comments
 (0)