搜索组播
https://quake.360.net/
https://fofa.info/
"udpxy" && region="江西" AND isp: "中国电信"
udpxy&&city="shenzhen"&&is_domain=true
https://quake.360.net/
https://fofa.info/
"udpxy" && region="江西" AND isp: "中国电信"
udpxy&&city="shenzhen"&&is_domain=true
https://mmtx.lanzoul.com/izkAN1ljgusb
把下载到的classes.zip解压,解压后的2个文件替换原版影视的文件。
点击classes.dex,点击w5,点击c,查找到276行的const-string v0,把“接口网址.json”替换为你自己接口网址。然后再点击d,查代到1876行的const-string v0,把“接口网址.json”替换为你自己接口网址。
注意:接口网址要全局接口,就是有点播的那种,直播接口在代码里的!
使用说明
1,上传zip文件到根目录。解压得到:WxqqJump
2,修改根目录里的index.php文件,在第一行 <?php 下面新增一行:
require_once('WxqqJump/WxqqJump.php');
当不再使用或者需要临时关闭跳转时,只需注释掉该行代码即可。
说明:本教程仅适用于php类型网站
#PROXY-START/
location ~* .(gif|png|jpg|css|js|woff|woff2)$
{
proxy_pass 目标网站;
proxy_set_header Host 目前网站;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header REMOTE-HOST $remote_addr;
expires 12h;
}
location /
{
proxy_pass 目前网站;
proxy_set_header Host 目前网站;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header REMOTE-HOST $remote_addr;
proxy_ssl_name 目前网站;
proxy_ssl_server_name on;
proxy_redirect off;
add_header X-Cache $upstream_cache_status;
#Set Nginx Cache
proxy_set_header Accept-Encoding "";
sub_filter "目前网站" "自己反代域名";
sub_filter_once off;
add_header Cache-Control no-cache;
expires 12h;
}
#PROXY-END/
Nginx 反代 Cloudflare 网站,需要在 proxy_pass 下面加这两行(即发送 SNI):
proxy_ssl_name $http_host;
proxy_ssl_server_name on;