Proxies
代理相关的 API
获取所有代理
{
"proxies": {
"DIRECT": {
"type": "Direct"
},
"GLOBAL": {
"all": [
"Proxy",
"auto",
"🇭🇰"
],
"now": "Proxy",
"type": "Selector"
},
"Proxy": {
"all": [
"auto",
"🇭🇰"
],
"now": "auto",
"type": "Selector"
},
"REJECT": {
"type": "Reject"
},
"auto": {
"now": "🇭🇰",
"type": "URLTest"
},
"🇭🇰": {
"type": "Shadowsocks"
}
}
} 获取单个代理信息
Path Parameters
Name
Type
Description
获取单个代理的延迟
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
切换 Selector 中选中的代理
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated