mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-17 05:25:48 -07:00
Reverse VPN Tunnel Deployment - Milestone: Engine VPN Server & ACLs (Windows)
This commit is contained in:
11
Data/Engine/services/VPN/__init__.py
Normal file
11
Data/Engine/services/VPN/__init__.py
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user