落雪长风 大佬有话说 :
不懂就问,v2 ws+tls怎么中站呢。
小鸡的V2 ws tls是443端口,中站机做到12001端口,小鸡用的脚本配置好,其他也没修改。
直连小鸡没问题,连接中站就不行。
客户端配置地址用中转IP,端口12001,伪装域名中转和小鸡的都提示不能连接。
求解大神们指点一二。
suantong 大佬有话说 :
ws+tls,你直接nginx反代就可以,不然你弄成ws+tls没意义
seal0207 大佬有话说 :
中转还是啥
雨灵 大佬有话说 :
一脸懵逼,用了WS+TLS,直接Nginx里反代就好了啊…
location /v2ray {
proxy_pass http://127.0.0.1:12345;
}
apdc 大佬有话说 :
中转鸡v2ray~
{
"inbounds": [{
"port": 23213, #中转鸡端口
"listen": "0.0.0.0",
"protocol": "dokodemo-door",
"settings": {
"address": "xxx.xxx.xxx.xxx", 毛子鸡IP
"port": 443,
"network": "tcp,udp"
},
"tag": "",
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
}],
"outbounds": [{
"protocol": "freedom",
"settings": {}
},{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}],
"routing": {
"rules": [
{
"type": "field",
"ip": ["geoip:private"],
"outboundTag": "blocked"
}
]
}
}
这时候修改你之前添加到V2rayN内的vmess链接,将端口修改为中转鸡端口,地址修改为中转节点的ip,其他的保持不变即可使用。