From 222c7caf1c6e9d9ed2a5379f08eefd20ae9fccdd Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Mon, 29 Dec 2025 23:44:00 +0800 Subject: [PATCH] fix bug --- config/template/self_cert_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/template/self_cert_config.json b/config/template/self_cert_config.json index d5d63cf..b8399e9 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": "你的tls域名", + "server_name": "你的域名", "alpn": ["h3"], "key_path": "/etc/sing-box/tls/server.key", "certificate_path": "/etc/sing-box/tls/server.crt"