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>2023-08-26 18:22:38 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-08-26 18:22:38 +0300
commit18617afd43fd8e1734053bb867234018cd361503 (patch)
treef691f3d580b8c76c98da10e99ac87ac7264a8ace /web/html/xui/form
parent731e83a7dab3d38431b14e693c72bad2c366f79e (diff)
add tls ocspStapling
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/xui/form')
-rw-r--r--web/html/xui/form/tls_settings.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html
index 28f61916..ce3e0fe4 100644
--- a/web/html/xui/form/tls_settings.html
+++ b/web/html/xui/form/tls_settings.html
@@ -122,6 +122,10 @@
<a-input type="textarea" :rows="3" style="width:300px;" v-model="cert.key"></a-input>
</a-form-item>
</template>
+ <br>
+ <a-form-item label="ocspStapling">
+ <a-input-number v-model.number="cert.ocspStapling" :min="0"></a-input-number>
+ </a-form-item>
</template>
</a-form>