Reverse VPN Tunnel Deployment - Milestone: Engine VPN Server & ACLs (Windows)

This commit is contained in:
2025-12-16 06:23:21 -07:00
parent 79793feb02
commit cd56317cce
5 changed files with 477 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
# ======================================================
# Data\Engine\services\VPN\__init__.py
# Description: Namespace package for VPN service helpers (WireGuard server orchestration).
#
# API Endpoints (if applicable): None
# ======================================================
"""VPN service helpers for the Engine runtime."""
from .wireguard_server import WireGuardServerConfig, WireGuardServerManager # noqa: F401