VPN/access/__init__.py

11 lines
312 B
Python
Raw Normal View History

2025-09-27 16:06:32 +00:00
"""
VPN Access Server - Core authentication and session management modules.
This package contains the core components for OpenVPN integration:
- Authentication and MAC validation
- Session tracking and time enforcement
- Database connectivity and operations
- Configuration management
"""
__version__ = "1.0.0"