From adc8b8c1ad8c6ecbaebdca167d0f67697127be74 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Mon, 29 Dec 2025 17:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=80=9F=E5=BA=A6=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_template/self_cert_config.json | 6 +++++- config_template/tls_cert_config.json | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config_template/self_cert_config.json b/config_template/self_cert_config.json index 3d302d0..fe9e44c 100644 --- a/config_template/self_cert_config.json +++ b/config_template/self_cert_config.json @@ -11,7 +11,7 @@ "obfs": { "type": "salamander", "salamander": { - "password": "你的混淆密码" + "password": "bLa4AdWOoE57OdtwYa" } }, "masquerade": { @@ -20,5 +20,9 @@ "url": "https://你的域名", "rewriteHost": true } + }, + "bandwidth": { + "up": "50 mbps", + "down": "100 mbps" } } diff --git a/config_template/tls_cert_config.json b/config_template/tls_cert_config.json index a16c20f..b7db5da 100644 --- a/config_template/tls_cert_config.json +++ b/config_template/tls_cert_config.json @@ -29,5 +29,9 @@ "url": "https://你的域名", "rewriteHost": true } + }, + "bandwidth": { + "up": "50 mbps", + "down": "100 mbps" } } \ No newline at end of file