> 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/getting-started/ip-history.md).

# IP 歷史

MyIP 為你偵測到的每個 IP 位址的本機記錄，按日期分組且可篩選——儲存在你的瀏覽器中，別處不會保存。

## 它記錄什麼

每次首頁測試執行時，它們都會為你偵測一個或多個位址。 **IP 歷史** 會保留那些位址，讓你之後可以回頭查看。

它是用來回答任何「我的位址有變嗎？」這類問題的工具——不論是 VPN 重新連線到不同的出口、你的供應商是否輪替位址，或是你上次從特定國家出現是什麼時候。

{% hint style="success" %}
**它絕不會離開你的瀏覽器。** 記錄會保存在這個瀏覽器的本機儲存空間中。它們不會傳送給 MyIP、如果你有帳號也不會附加到你的帳戶上，而且不會同步到你的其他裝置。清除瀏覽器資料會將它們刪除。
{% endhint %}

## 如何開啟

點擊 **查看 IP 歷史** 按鈕——頁面右下角浮動按鈕中的時鐘圖示——或按下 <kbd>H</kbd>。側邊面板會從左側滑入。

如果你已關閉記錄功能，按鈕與快捷鍵都不會有作用。

## 閱讀面板

記錄會依 **天**分組，最新的在前。每筆記錄都會顯示：

| 項目         | 它是什麼                               |
| ---------- | ---------------------------------- |
| **旗幟＋位址**  | 偵測到的 IP，以及其地理定位到的國家旗幟。地球圖示表示該國家未知。 |
| **位置**     | 該位址的城市與地區，或 `—` 若無法取得。             |
| **ASN 徽章** | 該位址所屬的網路。                          |

這裡的位址會以明文顯示——資訊遮罩切換只適用於主頁面，不適用於這個面板。若你不想讓歷史紀錄出現在截圖中，請在截圖前先關閉面板。

### 篩選

清單上方有兩排標籤，每排都顯示一個數量：

* **IP 類型** — IPv4 與 IPv6。
* **國家／地區** — 每個看到的國家各一個標籤，另加 **未知**.

同一列中的標籤會以「這些任一項」的方式組合；兩列則彼此縮小範圍。什麼都不選就會顯示全部。如果某種組合沒有記錄，面板會直接說明，而不是顯示空清單。

標籤清單與數量一律來自你的完整歷史，因此在你篩選時不會改變。

## 清除與保留

**清除歷史** 按下方的按鈕會清除所有記錄。它會要求你確認一次——按鈕會變成紅色並顯示 **再次點擊以確認** ——而且無法復原。

有兩個設定位於 **偏好設定**:

| 設定           | 它的功能                                               |
| ------------ | -------------------------------------------------- |
| **記錄 IP 歷史** | 開啟或關閉記錄功能。關閉後會停止新增記錄；既有記錄會保留，直到你清除它們。              |
| **保留天數**     | 一天的記錄會保留多久，範圍從 **1 到 90 天**。預設值是 90。任何較舊的資料都會自動移除。 |

## 值得知道的限制

* **它只會記錄測試所看到的內容。** 當首頁的 IP 卡片解析出位址時，才會出現記錄。如果你從未載入首頁，就不會有任何記錄。
* **每天每個位址一筆記錄。** 同一天看到同一個位址十次，只會產生一列，而不是十列。面板不是連線日誌，也不會顯示時間。
* **它是依瀏覽器區分的。** 不同的瀏覽器、無痕視窗，或其他裝置，都會保留各自獨立的歷史記錄。

## 下一步要做什麼

* 確認單一位址的意義，請見 [讀懂你的 IP 卡片](/knowledge-base/zh-tw/getting-started/reading-your-ip-cards.md).
* 在追查一個不斷變動的位址嗎？請看 [為什麼網站看到的 IP 不同？](/knowledge-base/zh-tw/diagnose/why-do-sites-see-a-different-ip.md)
* 要確認 VPN 是否維持穩定的出口嗎？請依照 [我的 VPN 或 Proxy 有在運作嗎？](/knowledge-base/zh-tw/diagnose/is-my-vpn-working.md)


---

# 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/getting-started/ip-history.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.
