# 验证解锁

{% hint style="info" %}
**小贴士:** 如果您将您的电脑DNS直接设置为流媒体DNS，可能会遇到某些干扰，如果您在国外则可以使用本机IP作为授权IP，直接设置为解锁DNS
{% endhint %}

### 连接节点验证 <a href="#ben-di-yan-zheng" id="ben-di-yan-zheng"></a>

这里需要您按照前面几节的内容配置好节点并连接节点后才能验证是否解锁。您需要确认您的节点可以正常上网，比如打开`www.google.com` 查看是否正常。

然后打开新的无痕窗口，访问：

> [https://www.netflix.com/title/70143836> ](<https://www.netflix.com/title/70143836&#xD;&#xA;>)

<figure><img src="/files/fdDdInnHQUP01AOymj8s" alt=""><figcaption><p>流媒体解锁检测</p></figcaption></figure>

如图，本解锁的规则为香港，则跳转到了`/hk/`，如果你配置的是新加坡，那应该跳转到`sg-zh`&#x20;

### VPS验证

{% hint style="info" %}
**提示:** VPS验证需要您把dns写入`/etc/resolve.conf` 并且只保留我们所提供的DNS，参考个人使用 > VPS本地配置一节
{% endhint %}

如果VPS本地已经配置好了DNS，即可在VPS上运行脚本验证：

32位版本

```sh
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.61/nf_2.61_linux_amd64 && chmod +x nf && clear && ./nf
```

\
ARM64版本

<pre class="language-sh"><code class="lang-sh"><strong>wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.61/nf_2.61_linux_arm64 &#x26;&#x26; chmod +x nf &#x26;&#x26; clear &#x26;&#x26; ./nf
</strong></code></pre>

### 流量重定向

此功能需要在通过授权IP的节点上执行：

`dig A 重定向域名 @流媒体解锁DNS`

重定向域名需要您自己配置的，如`www.gstatic.com` ，解锁DNS可以在用户中心获取到\
查看返回的IP是否时重定向的即可，注意，目前重定向仅支持一个套餐下域名仅可配置一个IP


---

# 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://doc.cfcloud.life/unblock-rule/verify.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.
