连接设置

以下 API 可以修改用户的连接设置。

method

POST /user/method

修改用户的加密方式,include cookie。

Path Parameters

{"ret":1,"msg":"..."}

ssr

POST /user/ssr

修改用户的连接协议、混淆方式等(仅 SSR 生效)。

Request Body

{"ret":1,"msg":"..."}

以下为节点转发设置相关 API :

relay

POST /user/relay

设置节点中转规则,include cookie。

Request Body

{"ret":1,"msg":"\u6dfb\u52a0\u6210\u529f"}

relay_edit

POST /user/relay/:id

编辑转发规则,include cookie,参数同 relay 。

Request Body

{"ret":1,"msg":"\u4fee\u6539\u6210\u529f"}

relay_delete

DELETE /user/relay

删除指定的中转规则。

Path Parameters

{"ret":1,"msg":"\u5220\u9664\u6210\u529f"}

最后更新于