获取所有代理
curl --request GET \
--url http://{host}:{port}/proxies \
--header 'Authorization: Bearer <token>'{
"proxies": {
"GLOBAL": {
"type": "Selector",
"now": "DIRECT",
"all": []
},
"示例节点 D": {
"type": "Shadowsocks",
"history": [
{
"time": "...",
"delay": 109
}
],
"udp": true
}
}
}代理
获取所有代理
GET
/
proxies
获取所有代理
curl --request GET \
--url http://{host}:{port}/proxies \
--header 'Authorization: Bearer <token>'{
"proxies": {
"GLOBAL": {
"type": "Selector",
"now": "DIRECT",
"all": []
},
"示例节点 D": {
"type": "Shadowsocks",
"history": [
{
"time": "...",
"delay": 109
}
],
"udp": true
}
}
}最后修改于 2026年6月23日
此页面对您有帮助吗?
⌘I
