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" ],