VPN/access/__init__.py
2025-09-27 23:06:32 +07:00

11 lines
312 B
Python

"""
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"