Skip to content

Commit

Permalink
Update faq.mdx to reflect relay usage (#255)
Browse files Browse the repository at this point in the history
* Update faq.mdx to reflect relay usage

Updated the Documentation to account for the relay service. May be used in a peer-to-peer setting, where one peer acts as a router.

* Fixed Typo
  • Loading branch information
arnehude authored Dec 5, 2024
1 parent f74b56c commit 9545fa0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/about-netbird/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ Below is the list of NetBird hosted endpoints and ports they listen to:
* `nslookup turn.netbird.io`
* 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
* **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.



## Why and what are the anonymous usage metrics?

Expand Down

0 comments on commit 9545fa0

Please sign in to comment.