diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-04-20 17:05:27 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-04-20 17:05:27 +0300 |
| commit | ae5ad505d04fa347eb96a0d2bfb54ff541c3b709 (patch) | |
| tree | 54a8088e98e15868238be54b063bb051ab84fcb0 /web/html/form/inbound.html | |
| parent | c188056f64be268dda8f7c16e23f7ef9c90d014f (diff) | |
add hysteria inbound
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/form/inbound.html')
| -rw-r--r-- | web/html/form/inbound.html | 8 |
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"}} |
