resolver 8.8.8.8;
proxy_pass https://$1.googlevideo.com;
proxy_set_header referer https://$1.googlevideo.com;
proxy_set_header X-Real-IP $remote_addr;大带宽服务器
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $1.googlevideo.com;
proxy_redirect off;
proxy_set_header User-Agent $http_user_agent;
反代自己也需要 https 吧?
为何不用 sniproxy ?
老跳转到 googlevideo 是什么意思
这种可能需要 https 的建议还是 sniproxy
直接 sniproxy 加 dnsmasq 策略吧
Google 有限速,不建议反带视频。反带个 scholars 得了
用 sniproxy 需要两台 vps 吧。
如果和 Nginx 同时用 需要两个 IP
跳回来的主要原因是没有 subs_filter 吧
注意一下你后面 location 段都是 https://~~~
VPS 是在墙外就把 s 去掉吧
80 端口出入墙在 443 加密美帝本地漫游
不知道楼主怎么想的
好像楼主你是昨天找我要配置的,发在这自取吧
亲测可用
话说我这不停的自己打自己脸是什么节奏
==================================
server {
listen 80;
server_name ~^(.*)\.xxx\.xxxxx\.com$;
location / {
resolver 8.8.8.8;
proxy_pass https://$1.googlevideo.com;
proxy_redirect off;
proxy_set_header Accept-Encoding "";
proxy_set_header User-Agent $http_user_agent;
proxy_set_header Cookie "PREF=ID=041208f19f6de346:U=0f62f33dd8549d11:FF=2:LD=zh-CN:NW=1:TM=1325338577:LM=1332142444:GM=1:SG=2:S=rE0SyJh2W1IQ-Maw";
}
}
server {
listen 443;
server_name ~^(.*)\.xx\.xxxx\.xxx$;
ssl on;
ssl_certificate /usr/local/nginx/conf/vhost/server/xx.crt;
ssl_certificate_key /usr/local/nginx/conf/vhost/server/xx.key;
location / {
resolver 8.8.8.8;
proxy_pass https://$1.googlevideo.com;
proxy_redirect off;
proxy_set_header Accept-Encoding "";
proxy_set_header User-Agent $http_user_agent;
proxy_set_header Cookie "PREF=ID=041208f19f6de346:U=0f62f33dd8549d11:FF=2:LD=zh-CN:NW=1:TM=1325338577:LM=1332142444:GM=1:SG=2:S=rE0SyJh2W1IQ-Maw";
}
}
谢谢你的配置,测试可用,不过就是首次打开浏览器老提示不安全,需要确认安全后才能打开,是因为证书的原因吗,我在 namecheap 买的证书。
因为这是三级以后的域名了所以证书管不到
可以试试二级域名加 wilcard ,不过这个方法好像有点奢侈
可以试试把 googlevideo 的通配符改到某个二级域名的二级目录下
像这样
xx.xxx.xxx/snxxxxxxv / xxxxxxx
配置文件今晚我再改改看
把 server name 改下
xxx/.xxxx/.xxx/~(手机不好打符号注意下)$
其它不变
使用方法有变化
然后就应该可以正常的使用证书了
server name 应该用 xx.xxx.xxx 吧。应该找出$uri 里的类似 r12---sn-oguesnee ,然后反代。
wildcard ssl 也买了。但测试不行。前两次老是跳转,第三次才会正常代理。我猜测可能跟 cookie 有关。感觉 googlevideo 很难反代
跟域名后面加个点清理缓存 比如 com.
从来没有跳转过,楼主可以试试把 set cookies 删了,那个是为了可以让百度云的离线服务器拖数据才设置的,毕竟 googlevideo 的下载链子限制有点大
多次测试。还是不行。老是跳转。搞不懂为什么。你的真的不跳转?给我个链接测试下?
gv.mrsang.pw 替换 googlevideo.com
道歉上面的配置文件发错了 http 不加 s
好吧 gv 的下载链是限 ip 的所以如果你的代理服务器和反带不是一个 ip 的话。。。
的确会不停的跳。。。
subs_filter 可解
不过因为最近服务器用来给同学做分发所以没法安装
楼主可以去找一下相关的教程
你的也跳呀。而且还提示证书问题。晕了
证书自签的,因为代理服务器 ip 一致所以我自己不跳
加个 QQ 吧。详聊 2375697963 我的代理和反代都是一个 IP
curl 自测一下