mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-05 20:31:57 +02:00
Fixes: #114 Fixes: #132 Fixes: #130 Fixes: #129 Fixes: #128 Fixes: #127 Fixes: #123 Fixes: #102
6 lines
212 B
Python
6 lines
212 B
Python
__app_name__ = "ProxLB"
|
|
__app_desc__ = "A DRS alike loadbalancer for Proxmox clusters."
|
|
__author__ = "Florian Paul Azim Hoberg <gyptazy>"
|
|
__version__ = "1.1.0-alpha"
|
|
__url__ = "https://github.com/gyptazy/ProxLB"
|