[2025-09-10T13:43:15Z DEBUG corplink_rs::client] api ListVPN resp: Resp {
code: 0,
message: Some(
"",
),
data: Some(
[
RespVpnInfo {
api_port: 5473,
vpn_port: 5472,
ip: "xx.xx.xx",
protocol_mode: 2,
name: "云VPN",
en_name: "Cloud VPN",
id: 233,
timeout: 5,
},
],
),
action: Some(
"",
),
}
[2025-09-10T13:43:15Z INFO corplink_rs::client] found 1 vpn(s), details: ["Cloud VPN"]
[2025-09-10T13:43:15Z DEBUG reqwest::connect] starting new connection: xx.xx.xx
[2025-09-10T13:43:25Z WARN corplink_rs::client] failed to ping xxxxxx: error sending request for url (https://xx.xx.xx:5473/vpn/ping?os=Android&os_version=2): operation timed out
login 通过, 返回了vpn 的ip 和port, 但是send request timeout了, 麻烦帮忙排查下, 多谢