mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user