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:
authorAlireza Ahmadi <alireza7@gmail.com>2025-07-25 02:22:01 +0300
committerAlireza Ahmadi <alireza7@gmail.com>2025-07-25 02:22:01 +0300
commit487ec74e0b867fdab53aa0a3b080c886e38ec06e (patch)
tree5f94be5708b41868ce39ab68cd266dfe37746d93 /web/html/form/reality_settings.html
parentb4dae36345c54d376e85a05268c6c6741b718c6d (diff)
add mldsa65
Diffstat (limited to 'web/html/form/reality_settings.html')
-rw-r--r--web/html/form/reality_settings.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/html/form/reality_settings.html b/web/html/form/reality_settings.html
index 7d5e6fb9..aebb6c42 100644
--- a/web/html/form/reality_settings.html
+++ b/web/html/form/reality_settings.html
@@ -52,5 +52,14 @@
<a-form-item label=" ">
<a-button type="primary" icon="import" @click="getNewX25519Cert">Get New Cert</a-button>
</a-form-item>
+ <a-form-item label="mldsa65 Seed">
+ <a-input v-model="inbound.stream.reality.mldsa65Seed"></a-input>
+ </a-form-item>
+ <a-form-item label="mldsa65 Verify">
+ <a-textarea v-model="inbound.stream.reality.settings.mldsa65Verify"></a-textarea>
+ </a-form-item>
+ <a-form-item label=" ">
+ <a-button type="primary" icon="import" @click="getNewmldsa65">Get New Seed</a-button>
+ </a-form-item>
</template>
{{end}} \ No newline at end of file