From 182ad44d0df18fb7233f63adc7c1cdf9de3e2975 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Mon, 29 Dec 2025 16:55:59 +0800 Subject: [PATCH] update --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 6f6d955..db7bb3a 100644 --- a/config.json +++ b/config.json @@ -26,8 +26,8 @@ "alpn": [ "h3" ], - "certificate_path": "./tls/server.pem", - "key_path": "./tls/server.crt" + "certificate_path": "/etc/sing-box/tls/server.pem", + "key_path": "/etc/sing-box/tls/server.crt" } } ],