添加后台代理代码

This commit is contained in:
2026-03-15 01:27:05 +08:00
parent 11f9ac4dc1
commit ea08c9366a
5254 changed files with 721042 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
##################################################################
; 新的配置格式
[global]
; 请求总数
count=1
[request0]
; 请求类型, 只支持get和post
type=post
; 请求地址, 必须带上协议头(http://或https://)
address=http://localhost/ext/Synchronize.php
; 请求参数, 多个参数用&连接, 无需加入?
parameter=processcount=200
; 请求发送间隔, 单位毫秒
interval=60000
; 线程数
thread=1