请各位大佬帮忙分析下,用的站长的脚本装的v2ray,不过我把源服务证书换成了cf生成的证书,现在的问题就是:
在v2ray上使用vps的ip直接连是可以用的,

但是使用优选的IP就一直报这个出站流量的错误

这个IP是我本地刚用工具优选出来的,试了几个群里发的几个优选的IP也不行
配置如下:
v2ray:

nginx:
server {
listen 443 ssl;
server_name v2.xxxx.xyz;
ssl_certificate cert.pem;
ssl_certificate_key cert.key;
ssl_session_cache shared:SSL:1m;
ssl_session_timeout 5m;
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on;
location / {
root html;
index index.html index.htm;
}
location /7b2f57 {
proxy_redirect off;
proxy_pass http://127.0.0.1:8080;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $http_host;
}
}
cloudflare:
SSL/TLS 加密模式为 完全,也开启了websocket,DNS配置如下:
