> 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-tw/faq/about.md).

# 關於 MyIP

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 洩漏測試
* [深入 Persona 檢查](/knowledge-base/zh-tw/connection-tools/persona-check.md)

有些其他功能是可設定的，而不是缺失。 [curl API](/knowledge-base/zh-tw/getting-started/curl-api.md) 網域與 [診斷報告連結](/knowledge-base/zh-tw/getting-started/sharing-a-diagnostic-report.md) 的儲存空間都由執行該實例的人設定，因此看起來可能不同或無法使用。 **AS 詳細資料** 面板、國家線上活動熱圖，以及 [Earth Online](/knowledge-base/zh-tw/getting-started/earth-online.md)的全球故障資訊流也是同樣屬於可選功能——未啟用它們的副本會直接將三者都隱藏起來。不論如何，Earth Online 的狀態資訊流與訪客地圖仍然是官方網站功能。

## 取得協助、回報錯誤、提出功能建議

請先從知識庫開始。每個工具都有自己的頁面，說明它衡量什麼以及如何解讀結果，而 **診斷** 章節則會逐步說明常見的網路問題。

如果那裡沒有答案，GitHub issues 是聯絡專案的方式：

* [建立 issue](https://github.com/jason5ng32/MyIP/issues)

讓網路錯誤更容易修好的資訊：

1. 你預期看到什麼，以及實際看到什麼。
2. 你的瀏覽器與作業系統。
3. 是否涉及 VPN、代理伺服器或企業網路。
4. 一份 [診斷報告](/knowledge-base/zh-tw/getting-started/sharing-a-diagnostic-report.md) 連結——如果你願意，可以先將 IP 尾端遮蔽。

如果你更想寫程式而不是開單，歡迎踴躍提交 pull request——不論是你自己寫修正，或是借助 AI 助手。 [貢獻指南](https://docs.ipcheck.ing/developer/contributing/how-to-contribute) 會帶你完成設定。

## 支持這個專案

MyIP 是免費的，而且沒有廣告。如果它為你省下了時間，應用程式中的 **頁尾** 裡有一個 **贊助我們** 連結，或者你也可以點擊 [這裡](https://github.com/sponsors/jason5ng32)的連結。贊助也會帶來實際好處：進階功能的每月額度更高——請參見 [每月免費額度](/knowledge-base/zh-tw/getting-started/free-quotas.md)。當然，在 GitHub 上為儲存庫加星也很有幫助——星星數會直接顯示在應用程式的導覽列中。

## 相關頁面

* [一般常見問題](/knowledge-base/zh-tw/faq/general-faq.md)
* [導覽儀表板](/knowledge-base/zh-tw/getting-started/touring-the-dashboard.md)
* [帳號與成就](/knowledge-base/zh-tw/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-tw/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.
