diff --git a/src/pages/about-netbird/ports-and-firewalls.mdx b/src/pages/about-netbird/ports-and-firewalls.mdx index 832e64d8..88314c84 100644 --- a/src/pages/about-netbird/ports-and-firewalls.mdx +++ b/src/pages/about-netbird/ports-and-firewalls.mdx @@ -57,7 +57,7 @@ NetBird usually won't need open ports, but sometimes you or your IT team needs t * In more restricted environments, `netbird status` will show `keepalive ping failed` errors without a firewall rule for TURN * Example `nftables` outbound firewall rule: `ip daddr turn.netbird.io tcp dport 443-65535 accept` * Relay service: - * **Endpoint**: *.relay.netbird.io + * **Endpoints**: *.relay.netbird.io and relay.netbird.io * **Port**: TCP/443 * **IPv4**: The list is dynamic and geo-distributed; When looking at the `netbird status -d` output, you can see which relay you are connecting to. * It is advised to wildcard `*.relay.netbird.io` when possible, to avoid interrupts.