diff --git a/src/pages/about-netbird/how-netbird-works.mdx b/src/pages/about-netbird/how-netbird-works.mdx index b3ba64e6..89a2fffc 100644 --- a/src/pages/about-netbird/how-netbird-works.mdx +++ b/src/pages/about-netbird/how-netbird-works.mdx @@ -46,9 +46,9 @@ We use [Carrier Grade NAT](https://en.wikipedia.org/wiki/Carrier-grade_NAT) addr * **Synchronizing network changes to peers.** The Management Service keeps a control channel open to each peer sending network updates. Whenever a new peer joins the network, all other peers that are authorized to connect to it receive an update. After that, they are able to establish a connection to the new peer. -* **Creating and managing ACLs.** ACL is a list of peers that a given peer has access to. Coming Soon. -* **Managing private DNS.** [DNS](docs/how-to/manage-dns-in-your-network) allows referring to each of the peers with a fully qualified domain name (FQDN). Coming Soon. -* **Monitoring network activity.** Coming Soon. +* **Creating and managing access control rules.** +* **Managing private DNS.** [DNS](docs/how-to/manage-dns-in-your-network) allows referring to each of the peers with a fully qualified domain name (FQDN). +* **Logging network activity.** * **Wireguard key rotation.** Coming Soon. The Management service runs in the cloud NetBird-managed. It can also be self-hosted.