mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 20:52:33 +02:00
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
export const LOAD_BALANCE_MODES = [
|
|
"round_robin",
|
|
"least_conn",
|
|
"ip_hash",
|
|
];
|