Add None option VLESS auth selection

This commit is contained in:
MHSanaei
2026-04-21 21:18:59 +02:00
parent b86473df02
commit 0a38624ba7
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@
<a-form-item label="Authentication">
<a-select v-model="inbound.settings.selectedAuth" @change="getNewVlessEnc"
:dropdown-class-name="themeSwitcher.currentTheme">
<a-select-option :value="undefined">None</a-select-option>
<a-select-option value="X25519, not Post-Quantum">X25519 (not
Post-Quantum)</a-select-option>
<a-select-option value="ML-KEM-768, Post-Quantum">ML-KEM-768