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/inbound.html')
-rw-r--r--web/html/form/inbound.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/web/html/form/inbound.html b/web/html/form/inbound.html
index 5c982b6c..4e89024d 100644
--- a/web/html/form/inbound.html
+++ b/web/html/form/inbound.html
@@ -74,7 +74,8 @@
<a-select-option value="never">{{ i18n
"pages.inbounds.periodicTrafficReset.never" }}</a-select-option>
<a-select-option value="hourly">{{ i18n
- "pages.inbounds.periodicTrafficReset.hourly" }}</a-select-option>
+ "pages.inbounds.periodicTrafficReset.hourly"
+ }}</a-select-option>
<a-select-option value="daily">{{ i18n
"pages.inbounds.periodicTrafficReset.daily" }}</a-select-option>
<a-select-option value="weekly">{{ i18n
@@ -154,6 +155,11 @@
{{template "form/tun"}}
</template>
+<!-- hysteria -->
+<template v-if="inbound.protocol === Protocols.HYSTERIA">
+ {{template "form/hysteria"}}
+</template>
+
<!-- stream settings -->
<template v-if="inbound.canEnableStream()">
{{template "form/streamSettings"}}