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:
Diffstat (limited to 'web/html/form/outbound.html')
-rw-r--r--web/html/form/outbound.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/web/html/form/outbound.html b/web/html/form/outbound.html
index 9ca0eab6..ce917b21 100644
--- a/web/html/form/outbound.html
+++ b/web/html/form/outbound.html
@@ -549,10 +549,16 @@
<a-input v-model.trim="outbound.stream.hysteria.udphopPort"
placeholder="e.g., 1145-1919 or 11,13,15-17"></a-input>
</a-form-item>
- <a-form-item label='UDP Hop Interval (s)'
+ <a-form-item label='UDP Hop Interval Min (s)'
v-if="outbound.stream.hysteria.udphopPort">
<a-input-number
- v-model.number="outbound.stream.hysteria.udphopInterval"
+ v-model.number="outbound.stream.hysteria.udphopIntervalMin"
+ :min="5"></a-input-number>
+ </a-form-item>
+ <a-form-item label='UDP Hop Interval Max (s)'
+ v-if="outbound.stream.hysteria.udphopPort">
+ <a-input-number
+ v-model.number="outbound.stream.hysteria.udphopIntervalMax"
:min="5"></a-input-number>
</a-form-item>
<a-form-item label='Init Stream Receive'>