We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3ee69 commit 08b55daCopy full SHA for 08b55da
web/html/xui/xray_rule_modal.html
@@ -33,7 +33,7 @@
33
</a-form-item>
34
<a-form-item label='Protocol'>
35
<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>
+ <a-select-option v-for="x in ['http','tls','bittorrent','quic']" :value="x">[[ x ]]</a-select-option>
37
</a-select>
38
39
<a-form-item label='Attributes'>
0 commit comments