From 509fdd0d8f1aab178b8dcf7e95ea35bbb664c4b7 Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 29 Apr 2024 08:40:17 -0700 Subject: [PATCH] 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. --- website/src/app/kb/deploy/gateways/readme.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/website/src/app/kb/deploy/gateways/readme.mdx b/website/src/app/kb/deploy/gateways/readme.mdx index 1f651b94c..719b7033a 100644 --- a/website/src/app/kb/deploy/gateways/readme.mdx +++ b/website/src/app/kb/deploy/gateways/readme.mdx @@ -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