# 插件介绍

{% hint style="danger" %}
该插件的配置与使用门槛较高，解锁不同的流媒体网站需要您自行编写规则(例如dnsmasq规则)，建议您阅读该文档后再考虑是否购买
{% endhint %}

## Stream Unblock有什么用途? 如何实现? <a href="#how-it-work" id="how-it-work"></a>

该插件基于 <https://github.com/ab77/netflix-proxy> 项目开发，通过配置服务端搭建一台DNS服务器，用户设置该DNS，将流媒体视频网站的域名解析到该服务器，同时通过SNI Proxy反代流媒体视频服务器，实现免代理观看 NeFlix/TVB/HULU 等。

商户销售方面，使用我们提供的服务端，通过连接远程数据库，实现动态增删IP/DDNS地址。配合WHMCS销售插件，实现流媒体解锁DNS服务销售/管理/自动开通。

## Stream Unblock插件包含什么?是否加密?是否有授权? <a href="#what-it-include" id="what-it-include"></a>

该插件包含服务端与WHMCS销售插件。

WHMCS销售插件使用ioncube进行加密，服务端为编译后的二进制文件。

服务端与销售插件都有授权，WHMCS销售插件限制一个域名使用，服务端不限制使用的服务器数量。

## Stream Unblock对服务器有什么要求? <a href="#requirement-of-server" id="requirement-of-server"></a>

对于WHMCS销售插件，需要WHMCS版本 >= 6.3 PHP版本 >= 5.6

对于服务端，只要能安装netflix\_proxy的系统就可以使用我们的服务端，但由于是通过SNI Proxy实现免代理访问流媒体网站，所以安装服务端的服务器需要能通过原生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://stream-unblock-docs.mxidev.com/master.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.
