From 74aac4139666b1bb99d5f399b95b8ec95a5151a6 Mon Sep 17 00:00:00 2001
From: Signor Pellegrino <68112357+flyrouter@users.noreply.github.com>
Date: Sat, 24 Aug 2024 23:15:19 +0300
Subject: [PATCH] Update package-vtun.md

---
 en/package-vtun.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/en/package-vtun.md b/en/package-vtun.md
index 3fd1198..66c2382 100644
--- a/en/package-vtun.md
+++ b/en/package-vtun.md
@@ -4,6 +4,23 @@
 Package Vtun
 ------------
 
+### Introduction
+
+This package is designed to organize a Vtun-based L2 tunnel between IP cameras and a server. 
+In order to reduce the space occupied on the NOR flash, reduce RAM consumption, and increase the tunnel throughput, encryption and compression are completely disabled.
+
+### Client part
+
+The client part is always present in all official OpenIPC firmware.
+To connect to the server, go to the extensions tab, specify the IP address or domain of the server and save the settings
+
+### Server part
+
+- create a bridge interface, for example br-openipc
+- in the vtund.conf config add all camera connections to the bridge
+- raise any DHCP server on the br-openipc interface
+- bind the IP addresses of the connecting devices by MAC
+
 ### Example of vtun compilation for server
 
 ```