From a1586ffa761b28882b2933d7d7d77f71a0432492 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Mon, 29 Dec 2025 16:58:46 +0800 Subject: [PATCH] update --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 0c79a4a..be04476 100644 --- a/config.json +++ b/config.json @@ -26,8 +26,8 @@ "alpn": [ "h3" ], - "certificate_path": "/etc/sing-box/tls/server.key", - "key_path": "/etc/sing-box/tls/server.crt" + "key_path": "/etc/sing-box/tls/server.key", + "certificate_path": "/etc/sing-box/tls/server.crt" } } ],