# 代理后的隐私保护

### 输入法泄露 <a href="#wen-w01-guan-wang-shi-shen-me" id="wen-w01-guan-wang-shi-shen-me"></a>

> 市面上很多输入法有云端学习功能。
>
> 多数输入法会记录您的输入习惯、内容，上报至自家服务器用于同步、学习词汇等情况；
>
> 个别输入法会将您的输入记录明文上传。

### 浏览器泄露

> 导致泄露仅针对国产浏览器。
>
> 您的所有访问（包括隐私模式），其中域名、访问时间等信息，都会被上报至各浏览器厂家，现多数网站均使用https加密，即运营商、浏览器厂家无法获得网页内具体信息，但能够通过域名做标记。

### DNS泄露

> 通过系统DNS解析的任何记录，都能被运营商截获，即使设置的海外DNS。
>
> 可通过浏览器内置安全DNS（DOH）、代理工具远程解析（类似FAKE-IP） 的方式规避，此类方法原理都是将您要访问的域名信息发送至远程服务器，解析成IP后返回到您本地。

### 邮箱、手机号泄露

> 注册海外平台建议不要使用+86手机号和国内邮箱，验证短信、邮件信息包含对方网站信息。
>
> 建议代理后注册GMAIL、GOOGLE VIOCE。


---

# 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://edge-x.gitbook.io/docs/dai-li-hou-de-yin-si-bao-hu.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.
