zimuxiaosheng 大佬有话说 :
V2 WS+TLS速度上不去
日本的AWS LightSail
速度上不去,访问伪装网站速度贼快,用来富 就慢了
请大佬推荐优化方式
ivsa 大佬有话说 :
bbr ?或者去中转试试
seal0207 大佬有话说 :
{
"inbounds": [{
"port": 27272, //此处为安装时生成的端口,可修改随意,但是保证和下面提到的端口号相同
"listen":"127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "", //此处为安装时生成的id
"level": 1,
"alterId": 277 //此处为安装时生成的alterId
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/l/" //此处为路径,需要和下面NGINX上面的路径配置一样
}
}
}],
"outbounds": [{
"protocol": "freedom",
"settings": {}
},{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}],
"dns": {
"servers": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"8.8.8.8",
"8.8.4.4",
"localhost"
]
},
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"inboundTag": [
"vmess-in"
],
"outboundTag": "direct"
}
]
}
}
caddy或nginx 代理设置自行谷歌
利物浦 大佬有话说 :
https://github.com/v2ray/discussion/issues/513
俩猫 大佬有话说 :
seal0207 大佬有话说 : 2020-5-15 11:18
{
"inbounds": [{
"port": 27272, //此处为安装时生成的端口,可修改随意,但是保证和下面 …
改了这个就不通了,不知道为什么。。。
enta 大佬有话说 :
赞
轻风伴梦 大佬有话说 :
线路问题吧。。
seal0207 大佬有话说 :
俩猫 大佬有话说 : 2020-5-15 11:28
改了这个就不通了,不知道为什么。。。
端口要对应你本地监听端口啊,这个port不是443
micms 大佬有话说 :
本地线路问题吧https://cdn.jsdelivr.net/gh/hishis/forum-master/public/images/patch.gif
俩猫 大佬有话说 :
利物浦 大佬有话说 : 2020-5-15 11:20
https://github.com/v2ray/discussion/issues/513
改了这个就不通了,不知道为什么。。。