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
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-08-03 13:09:37 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-08-03 13:09:37 +0300
commitc6062eb15c988ae0b4e19842a15b332ea7f0c556 (patch)
tree3da9cae3712fa35695d72e7713ffcf6cbc20c723 /web/html/form
parentf1b7944828195a937b2f5a8d22b614b8e663c799 (diff)
outbound: mldsa65Verify
Diffstat (limited to 'web/html/form')
-rw-r--r--web/html/form/outbound.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/form/outbound.html b/web/html/form/outbound.html
index 5069c51b..4b15b22c 100644
--- a/web/html/form/outbound.html
+++ b/web/html/form/outbound.html
@@ -452,6 +452,9 @@
<a-form-item label="Public Key">
<a-input v-model.trim="outbound.stream.reality.publicKey"></a-input>
</a-form-item>
+ <a-form-item label="mldsa65 Verify">
+ <a-input v-model.trim="outbound.stream.reality.mldsa65Verify"></a-input>
+ </a-form-item>
</template>
</template>