Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/pages/how-to/installation/opnsense.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
The NetBird client (agent) allows a peer to join a pre-existing NetBird deployment. If a NetBird deployment is not yet available,
there are both managed and [self-hosted](https://docs.netbird.io/selfhosted/selfhosted-quickstart) options available.


Copy link
Preview

Copilot AI Sep 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's an unnecessary blank line before the videowrapper div. This creates inconsistent spacing compared to the other files where the video is placed immediately after the content.

Suggested change

Copilot uses AI. Check for mistakes.

<div className="videowrapper">
<iframe src="https://www.youtube.com/embed/AK0Ct-ULFKg?start=669" allow="fullscreen;"></iframe>
</div>

<Note>
The NetBird package is officially included starting from OPNsense `25.7.3`.
</Note>
Expand Down
3 changes: 3 additions & 0 deletions src/pages/how-to/installation/pfsense.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ there are both managed and [self-hosted](https://docs.netbird.io/selfhosted/self
This installation is intended for early adopters while the pfSense package is under review and not yet available in the pfSense package manager.
</Note>

<div className="videowrapper">
<iframe src="https://www.youtube.com/embed/Kgrcquyeohc" allow="fullscreen;"></iframe>
</div>

## Prerequisites
- Shell/SSH access to pfSense (via Web UI shell or remote SSH)
Expand Down
4 changes: 4 additions & 0 deletions src/pages/how-to/intune-mdm.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Allow Only Intune-Managed Devices to Access Your Network

<div className="videowrapper">
<iframe src="https://www.youtube.com/embed/W4DaE4Dj04o" allow="fullscreen;"></iframe>
</div>

<Note>
TLDR: Devices marked as "Non-compliant" in Intune will automatically lose access, ensuring strict adherence to your security policies.
Once a device returns to a "Compliant" status, access is restored.
Expand Down