Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-03-11 12:46:59 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-03-11 12:46:59 +0300
commitac5d8af4f92529de1f048ecef1424b28686ecb39 (patch)
tree8962159e74584cbf1f3a88876de423e23bb1a760 /web/html/xui/xray_balancer_modal.html
parent01cd7539f91d3dc77114a9387d5b856bdbbdbeda (diff)
New - leastload, leastping balancer
Diffstat (limited to 'web/html/xui/xray_balancer_modal.html')
-rw-r--r--web/html/xui/xray_balancer_modal.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/xui/xray_balancer_modal.html b/web/html/xui/xray_balancer_modal.html
index 6784de4c..d4d93111 100644
--- a/web/html/xui/xray_balancer_modal.html
+++ b/web/html/xui/xray_balancer_modal.html
@@ -21,6 +21,8 @@
<a-select v-model="balancerModal.balancer.strategy" :dropdown-class-name="themeSwitcher.currentTheme">
<a-select-option value="random">Random</a-select-option>
<a-select-option value="roundRobin">Round Robin</a-select-option>
+ <a-select-option value="leastload">Least Load</a-select-option>
+ <a-select-option value="leastping">Least Ping</a-select-option>
</a-select>
</a-form-item>
<a-form-item label='{{ i18n "pages.xray.balancer.balancerSelectors" }}' has-feedback