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
path: root/web
diff options
context:
space:
mode:
authorShishkevich D. <135337715+shishkevichd@users.noreply.github.com>2025-02-24 11:23:59 +0300
committerGitHub <noreply@github.com>2025-02-24 11:23:59 +0300
commit08b55da408503956ee73ab01bf42de968cd71971 (patch)
tree507a3980ed14849644d83b3874e4bf34e19eec66 /web
parent7a3ee69a7fc9489672e50338e1f85a1115c73a80 (diff)
feat: add quic protocol in xray rule modal (#2666)
Diffstat (limited to 'web')
-rw-r--r--web/html/xui/xray_rule_modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/xray_rule_modal.html b/web/html/xui/xray_rule_modal.html
index c2d84dc5..aba5ba9e 100644
--- a/web/html/xui/xray_rule_modal.html
+++ b/web/html/xui/xray_rule_modal.html
@@ -33,7 +33,7 @@
</a-form-item>
<a-form-item label='Protocol'>
<a-select v-model="ruleModal.rule.protocol" mode="multiple" :dropdown-class-name="themeSwitcher.currentTheme">
- <a-select-option v-for="x in ['http','tls','bittorrent']" :value="x">[[ x ]]</a-select-option>
+ <a-select-option v-for="x in ['http','tls','bittorrent','quic']" :value="x">[[ x ]]</a-select-option>
</a-select>
</a-form-item>
<a-form-item label='Attributes'>