移动连去韩国一个节点速度不理想;朋友家的电信家宽公网速度理想。
移动连去电信家宽获得加速。
需要怎么做:
电信公网路由,Padavan或OpenWRT跑V2Ray预编译文件
移动连去电信家宽获得加速。
需要怎么做:
电信公网路由,Padavan或OpenWRT跑V2Ray预编译文件
tmp/v2ray/放进V2Ray单文件,chmod +x v2ray 添加执行权限
/etc/storage/v2ray/config.json 填写
{
"inbounds": [{
"port": 53888, #大陆中转传入端口
"listen": "0.0.0.0",
"protocol": "dokodemo-door",
"settings": {
"address": "1.2.3.4", #境外节点ip或域名
"port": 22345, #境外节点端口
"network": "tcp,udp"
},
"tag": "",
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
}],
"outbounds": [{
"protocol": "freedom",
"settings": {}
},{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}],
"routing": {
}
}
ssh输入
cd /tmp/v2ray && ./v2ray --config=/etc/storage/v2ray/config.json >/dev/null 2>&1 &
Padavan 端口转发-添加一条53888转发到Padavan路由IP的 both tcp udp
这样就完成了。
测试:
机场节点,改为大陆ip和端口53888
改好后v2rayN.exe 按ctrl+R测试真实连接,有延时返回代表正常工作。
实测v2或ss可用。
资料参考:
没有评论:
发表评论