add new chinese translations
This commit is contained in:
28
pages.zh/common/wondershaper.md
Normal file
28
pages.zh/common/wondershaper.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# wondershaper
|
||||
|
||||
> 允许用户限制网络适配器的带宽。
|
||||
> 更多信息:<https://github.com/magnific0/wondershaper#usage>。
|
||||
|
||||
- 显示 [h]elp:
|
||||
|
||||
`wondershaper -h`
|
||||
|
||||
- 显示特定 [a]dapter 的当前 [s]tatus:
|
||||
|
||||
`wondershaper -s -a {{adapter_name}}`
|
||||
|
||||
- 清除特定 [a]dapter 的限制:
|
||||
|
||||
`wondershaper -c -a {{adapter_name}}`
|
||||
|
||||
- 设置特定的最大 [d]ownload 速率(单位:Kbps):
|
||||
|
||||
`wondershaper -a {{adapter_name}} -d {{1024}}`
|
||||
|
||||
- 设置特定的最大 [u]pload 速率(单位:Kbps):
|
||||
|
||||
`wondershaper -a {{adapter_name}} -u {{512}}`
|
||||
|
||||
- 设置特定的最大 [d]ownload 速率和 [u]pload 速率(单位:Kbps):
|
||||
|
||||
`wondershaper -a {{adapter_name}} -d {{1024}} -u {{512}}`
|
Reference in New Issue
Block a user