# 接入点与端口

移动产品与住宅共享网关基础设施——主机、端口、协议识别完全一致。差异在连接上限与超时。

## 生产网关

| 字段                                 | 值                  |
| ---------------------------------- | ------------------ |
| 主机                                 | `gate.helodata.io` |
| 端口（HTTP / HTTPS / SOCKS5 / TLS 包裹） | `7777`             |

区域网关与兼容端口见 [住宅接入点](/helodata-zh/chan-pin/overview/endpoints-and-ports.md)，同主机、同端口。

## 连接限制（移动特有）

移动 IP 池较小，单子账号上限更低：

| 限制      | 移动默认           | 提升方式    |
| ------- | -------------- | ------- |
| 子账号并发连接 | 100            | 控制台升级套餐 |
| 子账号每秒请求 | 200            | 控制台升级套餐 |
| 空闲超时    | 180 秒（移动网络需更久） | —       |
| 会话最大时长  | 60 分钟          | —       |

试用账号：并发 10。

## 预期延迟

移动网络延迟比住宅更高、波动更大。预期：

| 环节         | 典型           | P99       |
| ---------- | ------------ | --------- |
| 连接到网关      | 50 ms        | 500 ms    |
| 网关 → 移动设备  | 200 ms       | 2 s       |
| 移动设备 → 目标  | 300 ms       | 3 s       |
| **端到端首字节** | **\~550 ms** | **\~5 s** |

移动工作负载客户端超时建议**至少 30 秒**。

## 健康检查

同住宅：

```bash
curl https://gate.helodata.io:7777/healthz
```

不扣流量。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helodata.com/helodata-zh/chan-pin/overview-1/endpoints-and-ports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
