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:
Diffstat (limited to 'web/html/form/outbound.html')
-rw-r--r--web/html/form/outbound.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/html/form/outbound.html b/web/html/form/outbound.html
index ce917b21..4df095d4 100644
--- a/web/html/form/outbound.html
+++ b/web/html/form/outbound.html
@@ -703,6 +703,15 @@
<a-form-item label="Allow Insecure">
<a-switch v-model="outbound.stream.tls.allowInsecure"></a-switch>
</a-form-item>
+ <a-form-item label="verify Peer Cert By Name">
+ <a-input
+ v-model.trim="outbound.stream.tls.verifyPeerCertByName"></a-input>
+ </a-form-item>
+ <a-form-item label="pinned Peer Cert Sha256">
+ <a-input v-model.trim="outbound.stream.tls.pinnedPeerCertSha256"
+ placeholder="Enter SHA256 fingerprints (base64)">
+ </a-input>
+ </a-form-item>
</template>
<!-- reality settings -->