| 启用HTTP/3 | +
+
+
+
+
+ |
+
| 选择证书 | diff --git a/web/public/js/components.src.js b/web/public/js/components.src.js index c8be9415..6a2f6ba7 100755 --- a/web/public/js/components.src.js +++ b/web/public/js/components.src.js @@ -3894,7 +3894,8 @@ Vue.component("ssl-config-box", { props: [ "v-ssl-policy", "v-protocol", - "v-server-id" + "v-server-id", + "v-support-http3" ], created: function () { let that = this @@ -3918,6 +3919,7 @@ Vue.component("ssl-config-box", { cipherSuitesIsOn: false, cipherSuites: [], http2Enabled: true, + http3Enabled: false, ocspIsOn: false } } else { @@ -4295,6 +4297,15 @@ Vue.component("ssl-config-box", { |
| 启用HTTP/3 | +
+
+
+
+
+ |
+
| 选择证书 |