增加速度限制

This commit is contained in:
Olia Lisa 2025-12-29 17:38:01 +08:00
parent 792defdd42
commit adc8b8c1ad
2 changed files with 9 additions and 1 deletions

View File

@ -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"
}
}

View File

@ -29,5 +29,9 @@
"url": "https://你的域名",
"rewriteHost": true
}
},
"bandwidth": {
"up": "50 mbps",
"down": "100 mbps"
}
}