From 182efa758f6a271355b4bda3e27957706d6e63b0 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Mon, 29 Dec 2025 19:02:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/template/self_cert_config.json | 2 +- config/template/tls_cert_config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/template/self_cert_config.json b/config/template/self_cert_config.json index 989d85e..5f26b37 100644 --- a/config/template/self_cert_config.json +++ b/config/template/self_cert_config.json @@ -22,7 +22,7 @@ "heartbeat": "10s", "tls": { "enabled": true, - "server_name": "bing.com", + "server_name": "你的tls域名", "alpn": [ "h3" ], diff --git a/config/template/tls_cert_config.json b/config/template/tls_cert_config.json index 989d85e..5f26b37 100644 --- a/config/template/tls_cert_config.json +++ b/config/template/tls_cert_config.json @@ -22,7 +22,7 @@ "heartbeat": "10s", "tls": { "enabled": true, - "server_name": "bing.com", + "server_name": "你的tls域名", "alpn": [ "h3" ],