Skip to content

Commit 08b55da

Browse files
authored
feat: add quic protocol in xray rule modal (#2666)
1 parent 7a3ee69 commit 08b55da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/html/xui/xray_rule_modal.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</a-form-item>
3434
<a-form-item label='Protocol'>
3535
<a-select v-model="ruleModal.rule.protocol" mode="multiple" :dropdown-class-name="themeSwitcher.currentTheme">
36-
<a-select-option v-for="x in ['http','tls','bittorrent']" :value="x">[[ x ]]</a-select-option>
36+
<a-select-option v-for="x in ['http','tls','bittorrent','quic']" :value="x">[[ x ]]</a-select-option>
3737
</a-select>
3838
</a-form-item>
3939
<a-form-item label='Attributes'>

0 commit comments

Comments
 (0)