Replies: 4 comments 5 replies
-
可能是DNS污染了,可以试试添加dns及router配置试试 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我最近疑似遭遇了严重的 SNI 阻断,域名本身的网站可以正常访问,但是油管、GitHub 等网站断断续续 |
Beta Was this translation helpful? Give feedback.
2 replies
-
谢谢以上两位的回复,现在得知的情况是不论是自己建的还是外国一键生成的VPS都有这问题,通几十秒断几十秒,这问题出在移动线路,我用有问题的VPS,在移动线路再VPN到电信线路到现在还没发现这情况(有24小时以上了)。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
看上去你只有裸的Websocket,这并不安全和稳定 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
V2ray建立连接后,测速正常,能上部份外国网站,打不开youtube及google等,请大神指教下.
我在HK放了一台windows的主机来运行V2ray.在国内连接HK的v2ray后测速有11M.上国外网站时只有部分能上(一直能上,视频网站一直播放,几个网站一起播放都没问题),但google及youku等出现断流问题(不定时能正常打开,过几十秒后又不行),本人对网络有点小白,请大神们指教下,
以上情况是2023年5月12日的前几天发现(不超过一周,确实那天记不起了).
服务端配置文件如下:
{
"inbounds": [
{
"port": 443,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "UUID我就不显示了",
"alterId": 0
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/aaa"
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions