File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2209,7 +2209,7 @@ if($ok){
2209
2209
示例: ` 192.16.1.1,192.161.1.2,192.168.1.2-192.168.1.255 `
2210
2210
- ` userTotalRate ` :用户维度,限制用户的总带宽速度(byte/s),单位是字节byte,没有留空,或者不设置这个头部。
2211
2211
- ` ipTotalRate ` :客户端IP维度,限制客户端IP的总带宽速度(byte/s),单位是字节byte,没有留空,或者不设置这个头部。
2212
- - ` portTotalRate ` :带宽维度,限制一个带宽总带宽速度 (byte/s),单位是字节byte,没有留空,或者不设置这个头部。
2212
+ - ` portTotalRate ` :端口维度,限制一个端口的总带宽速度 (byte/s),单位是字节byte,没有留空,或者不设置这个头部。
2213
2213
- ` RotationTime ` :` (要求版本>=v13.2) ` ,控制随机选择outgoing出口IP的时间间隔,单位是秒,没有留空,或者不设置这个头部。
2214
2214
当API返回的outgoing是网段的时候,每次客户端连接,如果不想让proxy每次都随机选择一个IP,可以使用这个参数控制随机选择IP的时间间隔。
2215
2215
如果在间隔周期内,则使用上一次随机选择的IP。 如果API没有返回头部参数 RotationTime,或者RotationTime是0,
Original file line number Diff line number Diff line change @@ -1982,7 +1982,7 @@ if($ok){
1982
1982
示例: ` 192.16.1.1,192.161.1.2,192.168.1.2-192.168.1.255 `
1983
1983
- ` userTotalRate ` :用户维度,限制用户的总带宽速度(byte/s),单位是字节byte,没有留空,或者不设置这个头部。
1984
1984
- ` ipTotalRate ` :客户端IP维度,限制客户端IP的总带宽速度(byte/s),单位是字节byte,没有留空,或者不设置这个头部。
1985
- - ` portTotalRate ` :带宽维度,限制一个带宽总带宽速度 (byte/s),单位是字节byte,没有留空,或者不设置这个头部。
1985
+ - ` portTotalRate ` :端口维度,限制一个端口的总带宽速度 (byte/s),单位是字节byte,没有留空,或者不设置这个头部。
1986
1986
- ` RotationTime ` :` (要求版本>=v13.2) ` ,控制随机选择outgoing出口IP的时间间隔,单位是秒,没有留空,或者不设置这个头部。
1987
1987
当API返回的outgoing是网段的时候,每次客户端连接,如果不想让proxy每次都随机选择一个IP,可以使用这个参数控制随机选择IP的时间间隔。
1988
1988
如果在间隔周期内,则使用上一次随机选择的IP。 如果API没有返回头部参数 RotationTime,或者RotationTime是0,
You can’t perform that action at this time.
0 commit comments