> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/liu-lan-qi-he-liu-lan-qi-pei-zhi-wen-jian/managing-browser-profiles/edit-profiles.md).

# 隐私与网络

### 隐私和网络设置

这些设置控制您的配置文件如何处理网络和位置信息。网站使用这些信息来检测您的代理不一致性。

#### WebRTC

WebRTC是一个浏览器功能，一些网站用于视频通话，也用于IP检测探测。此设置控制您的配置文件是否通过它泄露您的真实IP。

| 选项  | 行为                            |
| --- | ----------------------------- |
| 修改  | 报告一个假的公共和本地IP，同时保持WebRTC功能正常。 |
| 真实  | 报告您的实际IP。                     |
| 禁用  | 完全关闭WebRTC，网站可以检测到。           |
| 仅代理 | 通过代理路由WebRTC，具体取决于代理支持。       |

保持此设置为**修改**。这使WebRTC在需要的站点上正常工作，同时隐藏您的真实IP，这也是运行代理的目的。仅当目标站点专门标记WebRTC修改的配置文件时，才切换到禁用。

打开根据IP填充WebRTC公共IP，以便自动从您的配置文件连接中填充公共IP。除非您需要手动设置特定的IP值，否则请保持开启。

#### 地理位置

此设置控制当网站请求位置时，您的配置文件如何响应。

| 选项 | 行为              |
| -- | --------------- |
| 提示 | 每次询问，就像普通浏览器一样。 |
| 允许 | 始终自动授予请求。       |
| 阻止 | 始终拒绝。           |

将此设置为**允许**并打开根据IP填充位置。这使您的报告位置与代理的区域保持一致，网站通常会与IP位置进行交叉检查。提示增加了摩擦而没有好处，因为您已经控制了配置文件的行为。仅当您的工作流程从不需要位置并且您宁愿完全避免请求时，才使用阻止。

#### DNS

打开启用自定义DNS以通过自定义服务器而不是系统默认服务器路由您的配置文件的DNS查询。大多数配置文件不需要此功能。仅当您正在排除基于DNS的检测故障或需要通过特定服务器路由时，才启用它。


---

# 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.incogniton.com/documentation/chinese-documentation/liu-lan-qi-he-liu-lan-qi-pei-zhi-wen-jian/managing-browser-profiles/edit-profiles.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.
