diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-02-24 11:23:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-24 11:23:59 +0300 |
| commit | 08b55da408503956ee73ab01bf42de968cd71971 (patch) | |
| tree | 507a3980ed14849644d83b3874e4bf34e19eec66 | |
| parent | 7a3ee69a7fc9489672e50338e1f85a1115c73a80 (diff) | |
feat: add quic protocol in xray rule modal (#2666)
| -rw-r--r-- | web/html/xui/xray_rule_modal.html | 2 |
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'> |
