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