-
Notifications
You must be signed in to change notification settings - Fork 5.6k
webAPI文档
he liu edited this page Jan 31, 2019
·
1 revision
POST /client/add/
参数 | 含义 |
---|---|
remark | 备注 |
u | 用户名 |
p | 密码 |
compress | 压缩(snappy或空) |
crypt | 是否加密(1或者0) |
rate_limit | 带宽限制 |
flow_limit | 流量限制 |
POST /client/edit/
参数 | 含义 |
---|---|
id | id |
remark | 备注 |
u | 用户名 |
p | 密码 |
compress | 压缩(snappy或空) |
crypt | 是否加密(1或者0) |
rate_limit | 带宽限制 |
flow_limit | 流量限制 |
POST /client/changestatus/
参数 | 含义 |
---|---|
id | id |
status | 1或0 |
POST /client/del/
参数 | 含义 |
---|---|
id | id |
POST /client/getclient/
参数 | 含义 |
---|---|
id | id |
POST /client/list/
参数 | 含义 |
---|---|
start | 开始 |
length | 长度 |
POST /index/addhost/
参数 | 含义 |
---|---|
host | 域名 |
target | 内网目标地址 |
header | header修改 |
hostchange | host修改 |
remark | 备注 |
client_id | 客户端id |
POST /index/delhost/
参数 | 含义 |
---|---|
host | 域名 |
POST /index/edithost/
参数 | 含义 |
---|---|
nhost | 修改后的域名 |
host | 修改之前的域名 |
target | 内网目标地址 |
header | header修改 |
hostchange | host修改 |
remark | 备注 |
client_id | 客户端id |
POST /index/hostlist/
参数 | 含义 |
---|---|
start | 开始 |
length | 长度 |
client_id | 客户端id(为空获取所有) |
POST /index/gethost/
参数 | 含义 |
---|---|
host | 域名 |
POST /index/gettunnel/
参数 | 含义 |
---|---|
client_id | 客户端id(为空则忽略客户端限制) |
type | 类型(udpServer、tunnelServer、socks5Server、httpProxyServer,为空则忽略类型限制) |
start | 开始 |
length | 长度 |
POST /index/add/
参数 | 含义 |
---|---|
port | 监听端口 |
type | 类型(udpServer、tunnelServer、socks5Server、httpProxyServer) |
start | 开始 |
u | 验证用户名 |
p | 验证密码 |
compress | 压缩(空或snappy) |
crypt | 是否加密(1或0) |
use_client | 是否使用客户端配置(1或0) |
remark | 备注 |
client_id | 客户端id |
POST /index/edit/
参数 | 含义 |
---|---|
id | id |
port | 监听端口 |
type | 类型(udpServer、tunnelServer、socks5Server、httpProxyServer) |
start | 开始 |
u | 验证用户名 |
p | 验证密码 |
compress | 压缩(空或snappy) |
crypt | 是否加密(1或0) |
use_client | 是否使用客户端配置(1或0) |
remark | 备注 |
client_id | 客户端id |
POST /index/stop/
参数 | 含义 |
---|---|
id | id |
POST /index/del/
参数 | 含义 |
---|---|
id | id |
POST /index/start/
参数 | 含义 |
---|---|
id | id |
POST /index/getonetunnel/
参数 | 含义 |
---|---|
id | id |