11 lines
312 B
Python
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" |