> 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/knowledge-base/zh/faq/about.md).

# 关于 MyIP

**MyIP** 是一款免费的 IP 工具箱。它会显示你的 IP 地址及其看起来所在的位置，测试网站是否可访问，检查 WebRTC 和 DNS 泄漏，测量你的网速，执行来自世界各地的延迟和 MTR 测试，以及更多功能。

官方实例运行在 [ipcheck.ing](https://ipcheck.ing)。这个项目本身叫 MyIP；网站叫 IPCheck.ing。它们是同一个东西。

## 开源，MIT 许可

MyIP 依据 **MIT 许可证** 开源——这是常见许可证中最宽松的一种。你可以查看代码、运行它、修改它，并部署你自己的副本，包括用于商业用途。

* 源代码： [github.com/jason5ng32/MyIP](https://github.com/jason5ng32/MyIP)
* Docker 镜像： [hub.docker.com/r/jason5ng32/myip](https://hub.docker.com/r/jason5ng32/myip)
* 在线站点： [ipcheck.ing](https://ipcheck.ing)

## 谁在开发它

MyIP 由 **Jason Ng** — [jason5ng32](https://github.com/jason5ng32) 开发，他在网上也被称为 Achán。

用他自己的话说，他不是专业程序员，但热爱编程、开源和分享。大多数时候，他的工作是产品经理、博主、摩托车骑手和极客。

这个项目最初只是一个学习 Vue.js 和借助 AI 写代码的个人练习。它在 GitHub 上获得了星标，经历了大量重构，并成长为如今这个工具箱。

你可以随时通过底部的 **关于** 面板在应用内访问 **关于** 链接。这里有他个人网站、博客和社交账号的链接。

## 运行你自己的副本

你不必使用官方站点。自托管是一个一级支持的使用场景，最快的方式是使用 Docker：

```bash
docker run -d -p 18966:18966 --name myip --restart always jason5ng32/myip:latest
```

{% hint style="warning" %}
还需要额外一步。MyIP 依赖 MaxMind 免费的 GeoLite2 数据库进行地理定位，而这些文件不能被重新分发——因此在后端能够提供完整结果之前，你需要提供自己的免费 MaxMind 凭据。设置说明中对此有详细介绍。
{% endhint %}

有关完整部署说明——Docker 和 Node.js、MaxMind 设置、反向代理、可选 API 密钥、安全选项和日志记录——请查看 **MyIP 开发者文档**，或 [GitHub 上的 README](https://github.com/jason5ng32/MyIP).

### 自托管副本有哪些不同

大多数内容是相同的。少数功能与官方站点绑定，因此在其他地方并不存在：

* 登录和成就
* 隐身测试
* 深入 DNS 泄漏测试

还有一些功能是可配置的，而不是缺失。 [curl API](/knowledge-base/zh/getting-started/curl-api.md) 域名和用于 [诊断报告链接](/knowledge-base/zh/getting-started/sharing-a-diagnostic-report.md) 的存储都由运行实例的人来设置，因此它们可能看起来不同，或者不可用。

## 报告漏洞和建议功能

请使用 GitHub Issues：

* [提交 issue](https://github.com/jason5ng32/MyIP/issues)

让网络错误更容易修复的事项：

1. 你预期看到的内容，以及你实际看到的内容。
2. 你的浏览器和操作系统。
3. 是否涉及 VPN、代理或公司网络。
4. 一个 [诊断报告](/knowledge-base/zh/getting-started/sharing-a-diagnostic-report.md) 链接——如果你愿意，先把 IP 尾部打码。

如果你更愿意写代码而不是提交工单，欢迎提交 Pull Request；贡献指南在仓库中。

## 支持这个项目

MyIP 是免费的，也没有广告。如果它帮你节省了时间，应用中的 **关于** 面板里有一个 **赞助我们** 链接。在 GitHub 上给仓库点星也有帮助——星标数量会直接显示在应用的导航栏中。

## 相关页面

* [常见问题](/knowledge-base/zh/faq/general-faq.md)
* [浏览仪表盘](/knowledge-base/zh/getting-started/touring-the-dashboard.md)
* [账户与成就](/knowledge-base/zh/getting-started/accounts-and-achievements.md)
* 官方站点的隐私政策： [ipcheck.ing/privacy](https://ipcheck.ing/privacy)


---

# 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/knowledge-base/zh/faq/about.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.
