From 430ed2a860d422ebefaf0e8b9c06adfd10da55d5 Mon Sep 17 00:00:00 2001 From: braginini Date: Thu, 8 Sep 2022 17:10:20 +0200 Subject: [PATCH] Add video to the Access Control doc --- docs/overview/acls.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/overview/acls.md b/docs/overview/acls.md index 4ec03fab..cc4dcc35 100644 --- a/docs/overview/acls.md +++ b/docs/overview/acls.md @@ -6,6 +6,10 @@ sidebar_position: 4 NetBird allows administrators to restrict access to resources (peers) by creating access rules and defining what peer groups are permitted to establish connections with one another. +
+ +
+ ## Introduction A NetBird account comes with a `Default` rule that allows all peers of the account to connect to each other forming a full mesh network. In most cases, this is the desired state for a small network or network that has low-security requirements.