diff options
Diffstat (limited to 'web/html/xui/inbound_modal.html')
| -rw-r--r-- | web/html/xui/inbound_modal.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/html/xui/inbound_modal.html b/web/html/xui/inbound_modal.html index 98cb188f..966de8dd 100644 --- a/web/html/xui/inbound_modal.html +++ b/web/html/xui/inbound_modal.html @@ -103,6 +103,10 @@ inModal.inbound.stream.tls.certs[0].certFile = app.defaultCert; inModal.inbound.stream.tls.certs[0].keyFile = app.defaultKey; }, + setDefaultCertXtls(){ + inModal.inbound.stream.xtls.certs[0].certFile = app.defaultCert; + inModal.inbound.stream.xtls.certs[0].keyFile = app.defaultKey; + }, async getNewX25519Cert(){ inModal.loading(true); const msg = await HttpUtil.post('/server/getNewX25519Cert'); |
