访问认证

根据节点 IP 和端口查询隧道,用于访问认证授权

post/tunnel/auth_query

Request body

ipstring required

节点 IP

portinteger required

隧道远程端口

Example request

{
  "ip": "114.51.4.191",
  "port": 114514
}

Response

查询到的隧道信息

idinteger required

隧道 ID

namestring required

隧道名

Example response

{
  "id": 114514,
  "name": "SampleTunnel"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.