> For the complete documentation index, see [llms.txt](https://read.cryptograb.wiki/china/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://read.cryptograb.wiki/china/hei-ke-la-bao-hu/bao-hu-miao-shu.md).

# Блека 保护 - 描述

要使用或理解该功能，需要了解什么是 Keitaro 以及 Cloak 的工作原理。因为这功能是专门为 Keitaro 定制的。

给喜欢偷取代理的人增加难度：移除通过直链访问的可能性👇

通常，当人们找到你的落地页时，他们会查看标签中写的地址（这就是 Keitaro 跟踪器的工作方式），然后正是通过这个地址提取代理。为什么和为了什么我也不清楚，可能他们只在一个浏览器上装了 WebScrapBook，或想用 WGet 全部下载——原因有很多。

当我们获取地址并通过它访问时，实际上我们绕过了 Keitaro 的所有过滤机制，因此可以不用代理，也不用为你是桌面端还是移动端而担心，等等。

为了防止通过“直链”访问你的预落地页，只需做一件简单的事——添加一个检查。

Keitaro 有许多在任何 PHP 页面都可用的内部对象。其中一个对象是 $rawClick（如果感兴趣可以在文档中阅读），里面保存着关于点击的所有信息。因此，我们只需检查该对象对我们是否可用。如果不可用——说明是直接访问，可以把所有人拒之门外🙃

通过直链访问黑页时看到的错误文本是可以更改的，但关键是人无法通过黑页的直链访问——潜在地就无法举报我们的黑页，因为无论是机器人还是手动举报都会被拦截。


---

# 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:

```
GET https://read.cryptograb.wiki/china/hei-ke-la-bao-hu/bao-hu-miao-shu.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.
