> For the complete documentation index, see [llms.txt](https://docs.ipcheck.ing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipcheck.ing/developer/zh/configuration/features-tied-to-ipcheck-ing.md).

# 与 IPCheck.ing 绑定的功能

MyIP 旨在实现完全可自托管：每个核心工具都可以在你自己的部署上运行，无需特殊权限。不过，有一小部分功能依赖于一个 **封闭的配套服务** ，该服务为官方网站 [ipcheck.ing](https://ipcheck.ing) 运行。本页会准确列出它们，因此你在就某个“缺失”的工具提交 issue 之前，就能知道从分支版本中预期什么。

{% hint style="info" %}
**门控机制如何工作。** 后端会告诉前端它是否在为官方网站提供服务（`/api/configs` 返回一个 `originalSite` 标志，基于请求主机名）。标记为仅官方站点可用的工具在其他地方根本不会渲染——它们看起来不是坏了；而是根本不会出现。
{% endhint %}

## 分支版本上有什么不同

| 功能                     | 显示位置                  | 在你的分支上                                                                                                                                         |
| ---------------------- | --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| **隐身测试**               | 高级工具抽屉                | 已隐藏。该工具调用一个私有的代理检测后端。                                                                                                                          |
| **深入 DNS 泄漏测试**        | 高级工具抽屉                | 已隐藏。标准的 [DNS 泄漏测试](https://docs.ipcheck.ing/knowledge-base/connection-tools/dns-leak-test) 在主页上的版本在任何地方都可用。                                    |
| **IPCheck.ing IP 数据源** | IP 卡片 + IP 详情面板       | 已跳过——卡片链会回退到其他来源，而该来源的详情面板附加信息（IP 类型、代理检测、质量评分）不会显示。                                                                                           |
| **账户（登录）**             | 导航栏                   | 除非你配置自己的 Firebase 项目，否则不会出现（`VITE_FIREBASE_*` 变量）。MyIP 的任何核心工具都不需要登录。                                                                          |
| **成就**                 | 成就提示 + 个人资料           | 实际上仅官方站点可用：即使你接入了自己的登录，解锁内容也会通过私有用户 API 存储。                                                                                                    |
| **文档助手**               | 导航搜索框（桌面端）/ 问号图标（移动端） | 已隐藏。它会从 IPCheck.ing 自己的文档站点获取答案，因此该入口不仅受标准部署限制，也受 [`VITE_DOCS_URL`](/developer/zh/reference/environment-variables.md#vite-docs-url) 在构建时设置的限制。 |

私有服务背后的环境变量（`IPCHECKING_API_KEY`, `IPCHECKING_API_ENDPOINT`, `VITE_INVISIBILITY_TEST_KEY`）记录在 [环境变量](/developer/zh/reference/environment-variables.md) 参考文档中以求完整，但这些凭据不会分发——将它们设为任意值不会产生任何作用。

## 为什么这些是封闭的

配套 API 目前还不够成熟，无法开源——其代码和接口仍在快速变化，难以支持外部部署。等它稳定后可能会开放，但目前没有时间表，在此期间这些功能也没有自托管方案。

## 其他一切都可用

明确来说：六个部分的仪表板（IP 卡片、连接性、WebRTC、DNS 泄漏、速度测试）以及所有其他高级工具——全局延迟、MTR、规则测试、DNS 解析器、审查检测、Whois、MAC 查询、ASN 面板、浏览器指纹、安全检查清单——都完全运行在公共基础设施和开源代码之上，仅受 [可选 API 密钥](/developer/zh/configuration/optional-api-keys.md) 的约束，由你自行选择配置。

{% hint style="success" %}
要部署你自己的实例？从 [快速开始](/developer/zh/getting-started/quickstart.md) 开始——唯一的硬性要求是一个免费的 [MaxMind 账户](/developer/zh/getting-started/maxmind-setup.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ipcheck.ing/developer/zh/configuration/features-tied-to-ipcheck-ing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
