docs: Update egress table to include www.firezone.dev (#4805)

Add `www.firezone.dev` to egress table since the Gateways check there
for updated binaries.
This commit is contained in:
Jamil
2024-04-29 08:40:17 -07:00
committed by GitHub
parent 9cf72f2e3f
commit 509fdd0d8f

View File

@@ -32,13 +32,13 @@ function**.
If the network in which your Gateway is deployed applies egress filtering,
you'll need to make sure the following outbound traffic is allowed:
| Host | (IP Address) | Port(s) | Protocol(s) | Purpose |
| ---------------- | -------------------- | --------------- | --------------- | -------------------------- |
| api.firezone.dev | `34.102.202.25` | `443` | HTTPS/WebSocket | Control Plane API (IPv4) |
| api.firezone.dev | `2600:1901:0:620b::` | `443` | HTTPS/WebSocket | Control Plane API (IPv6) |
| N/A | Varies | `3478` | STUN | STUN protocol signaling |
| N/A | Varies | `49152 - 65535` | TURN | TURN protocol channel data |
| github.com | Varies | `443` | HTTPS | Gateway upgrades |
| Host | (IP Address) | Port(s) | Protocol(s) | Purpose |
| ---------------------------- | -------------------- | ------------- | --------------- | -------------------------- |
| api.firezone.dev | `34.102.202.25` | `443` | HTTPS/WebSocket | Control Plane API (IPv4) |
| api.firezone.dev | `2600:1901:0:620b::` | `443` | HTTPS/WebSocket | Control Plane API (IPv6) |
| N/A | Varies | `3478` | STUN | STUN protocol signaling |
| N/A | Varies | `49152-65535` | TURN | TURN protocol channel data |
| github.com, www.firezone.dev | Varies | `443` | HTTPS | Gateway upgrades |
## Where to deploy Gateways