# 接入点与端口

## 生产网关

| 字段                        | 值                  |
| ------------------------- | ------------------ |
| 主机                        | `gate.helodata.io` |
| 端口（HTTP / HTTPS / SOCKS5） | `7777`             |
| 认证端口                      | 同上 — 所有协议都用 `7777` |

单一 host:port 同时支持三种协议，由客户端握手自动识别。

## 区域网关（可选）

对延迟敏感的工作负载可以连接距你服务器更近的区域网关。**上游 IP 池完全相同**，仅第一跳变化。

| 区域             | 主机                    |
| -------------- | --------------------- |
| 全球 anycast（默认） | `gate.helodata.io`    |
| 北美             | `na.gate.helodata.io` |
| 欧洲             | `eu.gate.helodata.io` |
| 亚太             | `ap.gate.helodata.io` |

只有在实测有明显提升时才用区域网关；大多数用户使用 anycast 反而更快，因为它会自动路由到最近的 POP。

## 兼容端口

从其他供应商迁移也可通过以下端口接入：

| 端口      | 来源                       |
| ------- | ------------------------ |
| `10000` | 匹配 Smartproxy/Decodo 旧端口 |
| `8000`  | 匹配早期 helodata 配置         |

两者都映射到同一网关。新接入请使用 `7777`。

## TLS

* 到目标站点的 HTTPS 出站 TLS **始终端到端**，helodata 不解密。
* 网关本身的连接走 TLS（把代理跳本身包到 TLS 里）也使用同一端口 `7777`——网关根据客户端握手自动识别明文 vs TLS。适合只允许 TLS 出口的环境。

## 连接限制

| 限制       | 默认     | 提升方式       |
| -------- | ------ | ---------- |
| 子账号并发连接数 | 600    | 控制台升级套餐    |
| 子账号每秒请求数 | 1000   | 控制台升级套餐    |
| 请求体最大    | 100 MB | 邮件 support |
| 响应体最大    | 无限制    | —          |
| 空闲超时     | 120 秒  | —          |

试用账号并发上限为 25。

## DNS

通过你的常规 DNS 解析 `gate.helodata.io`，记录同时返回 IPv4 与 IPv6，网关两者均接受。

若公司网络屏蔽公网 DNS，可在 **控制台 → 设置 → 网络信息** 中查到静态 A/AAAA 备用记录。

## 健康检查

向网关请求 `GET /healthz` 会返回 `200 ok` 且**不消耗流量额度**：

```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/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.
