update
This commit is contained in:
@@ -1893,7 +1893,8 @@ if($ok){
|
||||
header("ipconns:2000");
|
||||
header("userrate:3000");
|
||||
header("iprate:8000");
|
||||
header("UPSTREAM:http://127.0.0.1:3500?parent-type=tcp");
|
||||
header("upstream:http://127.0.0.1:3500?parent-type=tcp");
|
||||
header("outgoing:1.1.1.1");
|
||||
header("HTTP/1.1 204 No Content");
|
||||
}
|
||||
```
|
||||
@@ -1905,6 +1906,7 @@ ipconns:用户IP的最大连接数,不限制为0或者不设置这个头部
|
||||
userrate:用户的单个TCP连接速率限制,单位:字节/秒,不限制为0或者不设置这个头部。
|
||||
iprate:用户IP的单个TCP连接速率限制,单位:字节/秒,不限制为0或者不设置这个头部。
|
||||
upstream:使用的上级,没有为空,或者不设置这个头部。
|
||||
outgoing: 使用的出口IP,这个设置,只有在upstream为空的的时候才有效,这里设置的IP必须是proxy所在机器具有的IP。
|
||||
|
||||
#### 提示
|
||||
|
||||
|
||||
Reference in New Issue
Block a user