# Privacy Proxy A MASQUE-based forward proxy that protects user privacy while preserving geolocation accuracy > Links below point directly to Markdown versions of each page. Any page can also be retrieved as Markdown by sending an `Accept: text/markdown` header to the page's URL without the `index.md` suffix (for example, `curl -H "Accept: text/markdown" https://cloudflaredoc.ubitools.com/privacy-proxy/`). > > For other Cloudflare products, see the [Cloudflare documentation directory](https://cloudflaredoc.ubitools.com/llms.txt). ## Overview - [Privacy Proxy](https://cloudflaredoc.ubitools.com/privacy-proxy/index.md): Privacy Proxy 是一种基于 MASQUE 的正向代理,可在保留地理位置精度的同时隐藏客户端 IP 地址。 ## 快速入门 - [快速入门](https://cloudflaredoc.ubitools.com/privacy-proxy/get-started/index.md): 连接到 Privacy Proxy,配置您的客户端,并验证流量是否已正确代理。 ## concepts - [身份验证](https://cloudflaredoc.ubitools.com/privacy-proxy/concepts/authentication/index.md): Privacy Proxy 身份验证方法,包括预共享密钥、Privacy Pass 令牌和双向 TLS。 - [部署模型](https://cloudflaredoc.ubitools.com/privacy-proxy/concepts/deployment-models/index.md): 比较 Privacy Proxy 单跳和双跳部署架构,以满足不同的隐私和运营需求。 - [地理位置](https://cloudflaredoc.ubitools.com/privacy-proxy/concepts/geolocation/index.md): Privacy Proxy 使用 geohash 来保留用户地理位置,以选择与客户端地理区域相匹配的出口 IP。 - [Privacy Proxy 工作原理](https://cloudflaredoc.ubitools.com/privacy-proxy/concepts/how-it-works/index.md): 了解 Privacy Proxy 如何使用 MASQUE 协议创建加密隧道,将用户身份与用户活动分离。 ## reference - [客户端库](https://cloudflaredoc.ubitools.com/privacy-proxy/reference/client-libraries/index.md): 用于连接到 Privacy Proxy 的开源库和工具,包括 tokio-quiche、Chaussette 和 privacypass-ts。 - [HTTP 标头](https://cloudflaredoc.ubitools.com/privacy-proxy/reference/http-headers/index.md): Privacy Proxy 用于身份验证、地理位置和可观测性的 HTTP 标头,包括请求和响应格式。 - [可观测性](https://cloudflaredoc.ubitools.com/privacy-proxy/reference/metrics/index.md): 使用 GraphQL Analytics API 或 OpenTelemetry 遥测导出监控 Privacy Proxy 部署。 - [GraphQL Analytics API](https://cloudflaredoc.ubitools.com/privacy-proxy/reference/metrics/graphql/index.md): 使用 Cloudflare GraphQL Analytics API 查询 Privacy Proxy 的请求、连接和身份验证指标。 - [OpenTelemetry](https://cloudflaredoc.ubitools.com/privacy-proxy/reference/metrics/opentelemetry/index.md): 使用 OpenTelemetry 协议 (OTLP) 将 Privacy Proxy 指标和跟踪数据导出到您的可观测性平台。 - [代理状态参考](https://cloudflaredoc.ubitools.com/privacy-proxy/reference/proxy-status/index.md): GraphQL Analytics 和 OpenTelemetry 指标中用于 Privacy Proxy 错误分类的所有可能 proxyStatus 值。