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-07-22 13:49:02 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-07-22 13:49:02 +0300
commit87042d77bab3bb22a8d1a08cc669c218c6c8f411 (patch)
tree68e45ce1556029c76f38365b0ab850579d8e2551 /web/assets
parent011e0f309a9ca55e82d46c3d29f4a57c0ee4d1d9 (diff)
ocspStapling set to 0
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/model/inbound.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/js/model/inbound.js b/web/assets/js/model/inbound.js
index cbdeaa8a..8a19d79c 100644
--- a/web/assets/js/model/inbound.js
+++ b/web/assets/js/model/inbound.js
@@ -633,7 +633,7 @@ TlsStreamSettings.Cert = class extends XrayCommonClass {
keyFile = '',
certificate = '',
key = '',
- ocspStapling = 3600,
+ ocspStapling = 0,
oneTimeLoading = false,
usage = USAGE_OPTION.ENCIPHERMENT,
buildChain = false,