增加速度限制
This commit is contained in:
parent
792defdd42
commit
adc8b8c1ad
@ -11,7 +11,7 @@
|
|||||||
"obfs": {
|
"obfs": {
|
||||||
"type": "salamander",
|
"type": "salamander",
|
||||||
"salamander": {
|
"salamander": {
|
||||||
"password": "你的混淆密码"
|
"password": "bLa4AdWOoE57OdtwYa"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"masquerade": {
|
"masquerade": {
|
||||||
@ -20,5 +20,9 @@
|
|||||||
"url": "https://你的域名",
|
"url": "https://你的域名",
|
||||||
"rewriteHost": true
|
"rewriteHost": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"bandwidth": {
|
||||||
|
"up": "50 mbps",
|
||||||
|
"down": "100 mbps"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -29,5 +29,9 @@
|
|||||||
"url": "https://你的域名",
|
"url": "https://你的域名",
|
||||||
"rewriteHost": true
|
"rewriteHost": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"bandwidth": {
|
||||||
|
"up": "50 mbps",
|
||||||
|
"down": "100 mbps"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user