Skip to content

Commit cad1609

Browse files
committed
Improve vertical spacing in FAQ
1 parent 7206ebd commit cad1609

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/pages/about-netbird/faq.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ export const title = 'FAQ'
55
## What firewall ports should I open to use NetBird?
66

77
### Incoming ports
8+
89
NetBird's agent doesn't require any incoming port to be open; It negotiates the connection with the support of the signal and relay services.
910
That said, it helps to open inbound UDP to port 51820 on one of the peers if they are only getting relayed.
11+
1012
### Outgoing ports
13+
1114
NetBird usually won't need open ports, but sometimes you or your IT team needs to secure and verify
1215
all outgoing traffic, and that may affect how NetBird clients connect to the [control layer](/about-netbird/how-netbird-works)
1316
and negotiate the peer-to-peer connections.
@@ -23,6 +26,7 @@ and negotiate the peer-to-peer connections.
2326
</Note>
2427

2528
Below is the list of NetBird hosted endpoints and ports they listen to:
29+
2630
* Management service:
2731
* **Endpoint**: api.netbird.io
2832
* **Port**: TCP/443
@@ -53,11 +57,10 @@ Below is the list of NetBird hosted endpoints and ports they listen to:
5357
* **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.
5458
* It is advised to wildcard `*.relay.netbird.io` when possible, to avoid interrupts.
5559

56-
57-
5860
## Why and what are the anonymous usage metrics?
5961

6062
### Why did we add metrics collection?
63+
6164
As an open-source project and business, making data-driven decisions is essential. By collecting anonymous metrics, we can understand our adoption rate, feature usage, and the types of client operating systems in use. We kindly ask our community users to keep metrics enabled, as this helps us assess the impact of bugs and measure the quality of our software over time.
6265

6366
<Note>
@@ -67,6 +70,7 @@ The collection is strict to our management system.
6770
If the metric collection infringes any internal regulation or policy, it can be disabled by setting the flag `--disable-anonymous-metrics=true` to the management service startup command. the default interval is 12 hours, but it can be adjusted with the environment variable `NETBIRD_METRICS_INTERVAL_IN_SECONDS`.
6871

6972
### What are the metrics being collected?
73+
7074
We are collecting the following metrics:
7175
* Number of accounts
7276
* Number of users
@@ -82,9 +86,10 @@ We are collecting the following metrics:
8286
* Service version
8387
* Metrics generation time
8488

85-
8689
### Metrics UUID
90+
8791
We are using an installation ID for each management service which is generated once and stored in your management store database. It doesn't have any trace of any other private information, and it helps distinguish each deployment.
8892

8993
### Metrics pusher IP
94+
9095
We are not storing the pusher IP address; it gets discarded once the request is complete.

0 commit comments

Comments
 (0)