XTLS / Xray-core

Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
https://t.me/projectXray
Mozilla Public License 2.0
24.58k stars 3.84k forks source link

游戏王长时间转圈 #482

Closed swhoro closed 3 years ago

swhoro commented 3 years ago

环境: 设备:安卓11(miui 12.5.1) 客户端:v2rayng v1.5.16 (xray v1.3.1) 服务端:xray v1.4.2

问题:游戏王 决斗链接载入中一直黑屏转圈,但是加速器(UU)能够正常使用 包括使用自建服务器和机场都有同样问题 不排除是游戏封ip,但机场测试了多个节点都有同样问题,但是不知道怎么看是不是ip被封了...

服务端配置: { "log": { "access": "/var/log/xray/access.log", "error": "/var/log/xray/error.log", "loglevel": "info" }, "inbounds": [ { "port": 443, "protocol": "vless", "settings": { "clients": [ { "id": "uuid", "flow": "xtls-rprx-direct" } ], "decryption": "none", "fallbacks": [ { "dest": 60000, "alpn": "", "xver": 1 }, { "dest": 60001, "alpn": "h2", "xver": 1 }, { "dest": 60002, "path": "/path/", "xver": 1 } ] }, "streamSettings": { "network": "tcp", "security": "xtls", "xtlsSettings": { "acceptProxyProtocol": true, "alpn": [ "h2", "http/1.1" ], "minVersion": "1.2", "certificates": [ { "certificateFile": "/usr/local/etc/xray/self_signed_cert.pem", "keyFile": "/usr/local/etc/xray/self_signed_key.pem" }, { "certificateFile": "/ssl/xray.crt", "keyFile": "/ssl/xray.key" } ] } }, "sniffing": { "enabled": true, "destOverride": [ "http", "tls" ], "domainsExcluded": [ "rbsxbxp-mim.vivox.com", "rbsxbxp.www.vivox.com", "rbsxbxp-ws.vivox.com", "rbspsxp.www.vivox.com", "rbspsxp-mim.vivox.com", "rbspsxp-ws.vivox.com", "rbswxp.www.vivox.com", "rbswxp-mim.vivox.com", "disp-rbspsp-5-1.vivox.com", "disp-rbsxbp-5-1.vivox.com", "proxy.rbsxbp.vivox.com", "proxy.rbspsp.vivox.com", "proxy.rbswp.vivox.com", "rbswp.vivox.com", "rbsxbp.vivox.com", "rbspsp.vivox.com", "rbspsp.www.vivox.com", "rbswp.www.vivox.com", "rbsxbp.www.vivox.com", "rbsxbxp.vivox.com", "rbspsxp.vivox.com", "rbswxp.vivox.com" ] } }, { "port": 60002, "listen": "127.0.0.1", "protocol": "vless", "settings": { "clients": [ { "id": "uuid" } ], "decryption": "none" }, "streamSettings": { "network": "ws", "security": "none", "wsSettings": { "acceptProxyProtocol": true, "path": "/path/" } } } ], "outbounds": [ { "protocol": "freedom" } ] }

服务端日志: 2021/04/06 21:34:26 [Info] [1902176322] proxy/vless/inbound: firstLen = 181 2021/04/06 21:34:26 [Info] [1902176322] proxy/vless/inbound: received request for tcp:www.google.com:80 2021/04/06 21:34:26 [Info] [1902176322] app/dispatcher: sniffed domain: www.google.com 2021/04/06 21:34:26 [Info] [1902176322] app/dispatcher: default route for tcp:www.google.com:80 2021/04/06 21:34:26 [Info] [1902176322] proxy/freedom: opening connection to tcp:www.google.com:80 2021/04/06 21:34:26 [Info] [1902176322] transport/internet/tcp: dialing TCP to tcp:www.google.com:80 2021/04/06 21:34:27 [Info] [1902176322] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2021/04/06 21:34:27 [Info] [1902176322] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled 2021/04/06 21:34:33 [Info] [4253484104] proxy/vless/inbound: firstLen = 71 2021/04/06 21:34:33 [Info] [4253484104] proxy/vless/inbound: received request for tcp:v1.mux.cool:0 2021/04/06 21:34:33 [Info] [4253484104] common/mux: received request for udp:8.8.4.4:53 2021/04/06 21:34:33 [Info] [4253484104] app/dispatcher: default route for udp:8.8.4.4:53 2021/04/06 21:34:33 [Info] [4253484104] proxy/freedom: opening connection to udp:8.8.4.4:53 2021/04/06 21:34:33 [Info] [3492786787] proxy/vless/inbound: firstLen = 575 2021/04/06 21:34:33 [Info] [3492786787] proxy/vless/inbound: received request for tcp:172.217.27.138:443 2021/04/06 21:34:33 [Info] [3492786787] app/dispatcher: sniffed domain: www.googleapis.com 2021/04/06 21:34:33 [Info] [3492786787] app/dispatcher: default route for tcp:www.googleapis.com:443 2021/04/06 21:34:33 [Info] [3492786787] proxy/freedom: opening connection to tcp:www.googleapis.com:443 2021/04/06 21:34:33 [Info] [3492786787] transport/internet/tcp: dialing TCP to tcp:www.googleapis.com:443 2021/04/06 21:34:34 [Info] [2322139131] proxy/vless/inbound: firstLen = 561 2021/04/06 21:34:34 [Info] [2322139131] proxy/vless/inbound: received request for tcp:210.128.243.99:443 2021/04/06 21:34:34 [Info] [2322139131] app/dispatcher: sniffed domain: att-auth-jpb.mo.konami.net 2021/04/06 21:34:34 [Info] [2322139131] app/dispatcher: default route for tcp:att-auth-jpb.mo.konami.net:443 2021/04/06 21:34:34 [Info] [2322139131] proxy/freedom: opening connection to tcp:att-auth-jpb.mo.konami.net:443 2021/04/06 21:34:34 [Info] [2322139131] transport/internet/tcp: dialing TCP to tcp:att-auth-jpb.mo.konami.net:443 2021/04/06 21:34:34 [Info] [4011934766] proxy/vless/inbound: firstLen = 348 2021/04/06 21:34:34 [Info] [4011934766] proxy/vless/inbound: received request for tcp:203.205.220.61:80 2021/04/06 21:34:34 [Info] [4011934766] app/dispatcher: default route for tcp:203.205.220.61:80 2021/04/06 21:34:34 [Info] [4011934766] proxy/freedom: opening connection to tcp:203.205.220.61:80 2021/04/06 21:34:34 [Info] [4011934766] transport/internet/tcp: dialing TCP to tcp:203.205.220.61:80 2021/04/06 21:34:34 [Info] [2067851501] proxy/vless/inbound: firstLen = 348 2021/04/06 21:34:34 [Info] [2067851501] proxy/vless/inbound: received request for tcp:203.205.220.61:80 2021/04/06 21:34:34 [Info] [2067851501] app/dispatcher: default route for tcp:203.205.220.61:80 2021/04/06 21:34:34 [Info] [2067851501] proxy/freedom: opening connection to tcp:203.205.220.61:80 2021/04/06 21:34:34 [Info] [2067851501] transport/internet/tcp: dialing TCP to tcp:203.205.220.61:80 2021/04/06 21:34:34 [Info] [999559567] proxy/vless/inbound: firstLen = 348 2021/04/06 21:34:34 [Info] [999559567] proxy/vless/inbound: received request for tcp:203.205.220.61:80 2021/04/06 21:34:34 [Info] [999559567] app/dispatcher: default route for tcp:203.205.220.61:80 2021/04/06 21:34:34 [Info] [999559567] proxy/freedom: opening connection to tcp:203.205.220.61:80 2021/04/06 21:34:34 [Info] [999559567] transport/internet/tcp: dialing TCP to tcp:203.205.220.61:80 2021/04/06 21:34:34 [Info] [3193602942] proxy/vless/inbound: firstLen = 0 2021/04/06 21:34:34 [Info] [3193602942] proxy/vless/inbound: fallback starts > proxy/vless/inbound: fallback directly 2021/04/06 21:34:34 [Info] [3193602942] proxy/vless/inbound: realName = 2021/04/06 21:34:34 [Info] [3193602942] proxy/vless/inbound: realAlpn = 2021/04/06 21:34:34 [Info] [3973729552] proxy/vless/inbound: firstLen = 348 2021/04/06 21:34:34 [Info] [3973729552] proxy/vless/inbound: received request for tcp:203.205.220.61:443 2021/04/06 21:34:34 [Info] [3973729552] app/dispatcher: default route for tcp:203.205.220.61:443 2021/04/06 21:34:34 [Info] [3973729552] proxy/freedom: opening connection to tcp:203.205.220.61:443 2021/04/06 21:34:34 [Info] [3973729552] transport/internet/tcp: dialing TCP to tcp:203.205.220.61:443 2021/04/06 21:34:34 [Info] [3227136229] proxy/vless/inbound: firstLen = 348 2021/04/06 21:34:34 [Info] [3227136229] proxy/vless/inbound: received request for tcp:203.205.220.61:443 2021/04/06 21:34:34 [Info] [3227136229] app/dispatcher: default route for tcp:203.205.220.61:443 2021/04/06 21:34:34 [Info] [3227136229] proxy/freedom: opening connection to tcp:203.205.220.61:443 2021/04/06 21:34:34 [Info] [3227136229] transport/internet/tcp: dialing TCP to tcp:203.205.220.61:443 2021/04/06 21:34:35 [Info] [2975966586] proxy/vless/inbound: firstLen = 561 2021/04/06 21:34:35 [Info] [2975966586] proxy/vless/inbound: received request for tcp:185.151.204.13:443 2021/04/06 21:34:35 [Info] [2975966586] app/dispatcher: sniffed domain: app.adjust.com 2021/04/06 21:34:35 [Info] [2975966586] app/dispatcher: default route for tcp:app.adjust.com:443 2021/04/06 21:34:35 [Info] [2975966586] proxy/freedom: opening connection to tcp:app.adjust.com:443 2021/04/06 21:34:35 [Info] [2975966586] transport/internet/tcp: dialing TCP to tcp:app.adjust.com:443 2021/04/06 21:34:35 [Info] [854104240] proxy/vless/inbound: firstLen = 44 2021/04/06 21:34:35 [Info] [854104240] proxy/vless/inbound: received request for tcp:210.128.243.43:15730 2021/04/06 21:34:35 [Info] [236109484] proxy/vless/inbound: firstLen = 561 2021/04/06 21:34:35 [Info] [236109484] proxy/vless/inbound: received request for tcp:13.224.161.67:443 2021/04/06 21:34:35 [Info] [236109484] app/dispatcher: sniffed domain: www.applilink.jp 2021/04/06 21:34:35 [Info] [236109484] app/dispatcher: default route for tcp:www.applilink.jp:443 2021/04/06 21:34:35 [Info] [236109484] proxy/freedom: opening connection to tcp:www.applilink.jp:443 2021/04/06 21:34:35 [Info] [236109484] transport/internet/tcp: dialing TCP to tcp:www.applilink.jp:443 2021/04/06 21:34:35 [Info] [854104240] app/dispatcher: default route for tcp:210.128.243.43:15730 2021/04/06 21:34:35 [Info] [854104240] proxy/freedom: opening connection to tcp:210.128.243.43:15730 2021/04/06 21:34:35 [Info] [854104240] transport/internet/tcp: dialing TCP to tcp:210.128.243.43:15730 2021/04/06 21:34:35 [Info] [3193602942] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > context canceled 2021/04/06 21:34:36 [Info] [3158683406] proxy/vless/inbound: firstLen = 561 2021/04/06 21:34:36 [Info] [3158683406] proxy/vless/inbound: received request for tcp:13.224.161.67:443 2021/04/06 21:34:36 [Info] [3158683406] app/dispatcher: sniffed domain: www.applilink.jp 2021/04/06 21:34:36 [Info] [3158683406] app/dispatcher: default route for tcp:www.applilink.jp:443 2021/04/06 21:34:36 [Info] [3158683406] proxy/freedom: opening connection to tcp:www.applilink.jp:443 2021/04/06 21:34:36 [Info] [3158683406] transport/internet/tcp: dialing TCP to tcp:www.applilink.jp:443 2021/04/06 21:34:36 [Info] [1788847374] proxy/vless/inbound: firstLen = 561 2021/04/06 21:34:36 [Info] [1788847374] proxy/vless/inbound: received request for tcp:13.224.161.67:443 2021/04/06 21:34:36 [Info] [1788847374] app/dispatcher: sniffed domain: www.applilink.jp 2021/04/06 21:34:36 [Info] [1788847374] app/dispatcher: default route for tcp:www.applilink.jp:443 2021/04/06 21:34:36 [Info] [1788847374] proxy/freedom: opening connection to tcp:www.applilink.jp:443 2021/04/06 21:34:36 [Info] [1788847374] transport/internet/tcp: dialing TCP to tcp:www.applilink.jp:443 2021/04/06 21:34:36 [Info] [4011934766] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled 2021/04/06 21:34:36 [Info] [4011934766] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > proxy/vless/inbound: failed to transfer response payload > io: read/write on closed pipe 2021/04/06 21:34:36 [Info] [2067851501] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled 2021/04/06 21:34:36 [Info] [2067851501] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > proxy/vless/inbound: failed to transfer response payload > io: read/write on closed pipe 2021/04/06 21:34:36 [Info] [2975966586] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled 2021/04/06 21:34:37 [Info] [3227136229] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled 2021/04/06 21:34:37 [Info] [3227136229] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > proxy/vless/inbound: failed to transfer response payload > io: read/write on closed pipe 2021/04/06 21:34:37 [Info] [3973729552] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled 2021/04/06 21:34:37 [Info] [3973729552] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2021/04/06 21:34:37 [Info] [999559567] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled 2021/04/06 21:34:37 [Info] [999559567] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > proxy/vless/inbound: failed to transfer response payload > io: read/write on closed pipe 2021/04/06 21:34:38 [Info] [854104240] transport/internet/tcp: dialing TCP to tcp:210.128.243.43:15730 2021/04/06 21:34:41 [Info] [854104240] transport/internet/tcp: dialing TCP to tcp:210.128.243.43:15730 2021/04/06 21:34:44 [Info] [854104240] transport/internet/tcp: dialing TCP to tcp:210.128.243.43:15730 2021/04/06 21:34:46 [Info] [2322139131] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled 2021/04/06 21:34:46 [Info] [2322139131] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2021/04/06 21:34:47 [Info] [236109484] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled 2021/04/06 21:34:47 [Info] [3492786787] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled 2021/04/06 21:34:47 [Info] [4253484104] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled 2021/04/06 21:34:47 [Info] [4253484104] common/mux: session 0 ends. > io: read/write on closed pipe 2021/04/06 21:34:47 [Info] [1788847374] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2021/04/06 21:34:47 [Info] [1788847374] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled 2021/04/06 21:34:47 [Info] [236109484] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2021/04/06 21:34:47 [Info] [854104240] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2021/04/06 21:34:47 [Info] [3492786787] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2021/04/06 21:34:47 [Info] [3158683406] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled 2021/04/06 21:34:47 [Info] [3158683406] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > proxy/vless/inbound: failed to transfer response payload > io: read/write on closed pipe 2021/04/06 21:34:47 [Info] [854104240] transport/internet/tcp: dialing TCP to tcp:210.128.243.43:15730 2021/04/06 21:34:47 [Info] [854104240] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: failed to open connection to tcp:210.128.243.43:15730 > common/retry: [dial tcp 210.128.243.43:15730: connect: connection timed out dial tcp 210.128.243.43:15730: operation was canceled] > common/retry: all retry attempts failed 2021/04/06 21:34:48 [Info] [4253484104] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2021/04/06 21:42:53 [Info] [1281789441] proxy/vless/inbound: firstLen = 181 2021/04/06 21:42:53 [Info] [1281789441] proxy/vless/inbound: received request for tcp:www.google.com:80 2021/04/06 21:42:53 [Info] [1281789441] app/dispatcher: sniffed domain: www.google.com 2021/04/06 21:42:53 [Info] [1281789441] app/dispatcher: default route for tcp:www.google.com:80 2021/04/06 21:42:53 [Info] [1281789441] proxy/freedom: opening connection to tcp:www.google.com:80 2021/04/06 21:42:53 [Info] [1281789441] transport/internet/tcp: dialing TCP to tcp:www.google.com:80 2021/04/06 21:42:54 [Info] [1281789441] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2021/04/06 21:42:54 [Info] [1281789441] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled

客户端配置: vless + tcp + xtls方式连接

(不知道能不能问游戏相关问题,好像有几个游戏相关issues才敢发)

swhoro commented 3 years ago

do you try other proxy ip?

机场不同国家节点大都尝试了一遍,都有这问题 自己手上的服务器没法变ip...

swhoro commented 3 years ago

客户端:v2rayng v1.5.16 (xray v1.3.1)

do update your client.

这是最新版本了,不知道安卓上有没有其他能用xray的 另外说一下机场提供了clash,用clash也有同样问题(vmess)

AkinoKaede commented 3 years ago

客户端:v2rayng v1.5.16 (xray v1.3.1)

do update your client.

这是最新版本了,不知道安卓上有没有其他能用xray的 另外说一下机场提供了clash,用clash也有同样问题(vmess)

https://github.com/2dust/v2rayNG/releases/tag/1.6.3 btw 机场使用的实现绝大多数都没有 XUDP,clash 也没有。

swhoro commented 3 years ago

客户端:v2rayng v1.5.16 (xray v1.3.1)

do update your client.

这是最新版本了,不知道安卓上有没有其他能用xray的 另外说一下机场提供了clash,用clash也有同样问题(vmess)

https://github.com/2dust/v2rayNG/releases/tag/1.6.3 btw 机场使用的实现绝大多数都没有 XUDP,clash 也没有。

谢谢,我先试一下这个 我服务器应该是正常udp的,可以玩彩六等一些游戏(用netch或者openwrt上的passwall玩)

AlphaBack commented 3 years ago

我也是这样。 v2rayng切换为proxy模式然后APN加上v2ray的HTTP代理地址和端口就能进。VPN模式只是不能登录,但登录后可以正常用。

swhoro commented 3 years ago

客户端:v2rayng v1.5.16 (xray v1.3.1)

do update your client.

这是最新版本了,不知道安卓上有没有其他能用xray的 另外说一下机场提供了clash,用clash也有同样问题(vmess)

https://github.com/2dust/v2rayNG/releases/tag/1.6.3 btw 机场使用的实现绝大多数都没有 XUDP,clash 也没有。

试了下1.6.3也不行

swhoro commented 3 years ago

我也是这样。 v2rayng切换为proxy模式然后APN加上v2ray的HTTP代理地址和端口就能进。VPN模式只是不能登录,但登录后可以正常用。

谢谢,我也去试试

swhoro commented 3 years ago

我也是这样。 v2rayng切换为proxy模式然后APN加上v2ray的HTTP代理地址和端口就能进。VPN模式只是不能登录,但登录后可以正常用。

很奇怪……难道和 tun2socks 有关?

我在wifi环境下设置wifi的代理为本地v2rayng也是可以的,不知道是哪里出问题了

swhoro commented 3 years ago

再说一点另外的情况 香港节点上google play,能够上的去,但是下载软件的时候长时间等待中 如上方法手动设置wifi代理的话一切正常 试过新加坡 日本节点,vpn模式可以正常下载 怀疑是不是安卓11问题? 搞不清了

black-desk commented 3 years ago

我用的客户端是 clash for android. proxy 模式下一切正常, vpn 模式下无限转圈 我这边使用 vpn 模式的时候可以稳定地看到 游戏王客户端除了你日志里面有的几个域名 比如 att-auth-jpb.mo.konami.net www.applilink.jp 之类的以外, 还访问了 att-mt-jpb.mo.konami.net 而我在 proxy 模式的时候直到转圈结束都看不到访问 att-mt-jpb.mo.konami.net 这个域名的记录. 另外 我windows上的steam版游戏王使用 cfw 作为客户端, 打开国际服游戏的时候访问的域名是 att-auths-jpb.mo.konami.net 多了一个s

OXERIS commented 3 years ago

我用的客户端是 clash for android. proxy 模式下一切正常, vpn 模式下无限转圈 我这边使用 vpn 模式的时候可以稳定地看到 游戏王客户端除了你日志里面有的几个域名 比如 att-auth-jpb.mo.konami.net www.applilink.jp 之类的以外, 还访问了 att-mt-jpb.mo.konami.net 而我在 proxy 模式的时候直到转圈结束都看不到访问 att-mt-jpb.mo.konami.net 这个域名的记录. 另外 我windows上的steam版游戏王使用 cfw 作为客户端, 打开国际服游戏的时候访问的域名是 att-auths-jpb.mo.konami.net 多了一个s

怎么切换proxy模式,clash

OXERIS commented 3 years ago

虽然不知道理由,困扰我1年多的问题解决了,谢谢大家

OXERIS commented 3 years ago

我用的客户端是 clash for android. proxy 模式下一切正常, vpn 模式下无限转圈 我这边使用 vpn 模式的时候可以稳定地看到 游戏王客户端除了你日志里面有的几个域名 比如 att-auth-jpb.mo.konami.net www.applilink.jp 之类的以外, 还访问了 att-mt-jpb.mo.konami.net 而我在 proxy 模式的时候直到转圈结束都看不到访问 att-mt-jpb.mo.konami.net 这个域名的记录. 另外 我windows上的steam版游戏王使用 cfw 作为客户端, 打开国际服游戏的时候访问的域名是 att-auths-jpb.mo.konami.net 多了一个s

是不是应该屏蔽 att-mt-jpb.mo.konami.net

OXERIS commented 2 years ago

我是通过用系统http代理解决的

asdasd1dsadsa @.***> 于 2021年11月10日周三 01:17写道:

我曾有同样问题,更新V2RAY到最新版后,问题已解决。 服务器端是VMESS协议的傻瓜配置。

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/XTLS/Xray-core/issues/482#issuecomment-964362283, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEO22IWJQQXWDA6KIJ3JFOLULFJTLANCNFSM42QAREBQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

asdasd1dsadsa commented 2 years ago

我是通过用系统http代理解决的 asdasd1dsadsa @.***> 于 2021年11月10日周三 01:17写道: 我曾有同样问题,更新V2RAY到最新版后,问题已解决。 服务器端是VMESS协议的傻瓜配置。

我之前看错了,我也是靠切换到proxy模式的。

bluefl0werz commented 2 years ago

一年前我也研究好久都没解决这个问题,加速器应该是mitm解决的,屏蔽*.mo.konami.net没用,我看了出问题的代码用vpn请求肯定会出错,干掉那段代码就正常了,不请求也没关系,反馈给k社没鸟我🤔

black-desk commented 2 years ago

代码方便截图一下么 或者细说一下具体是什么原因?

dongzhaosheng73 commented 2 years ago

一年前我也研究好久都没解决这个问题,加速器应该是mitm解决的,屏蔽*.mo.konami.net没用,我看了出问题的代码用vpn请求肯定会出错,干掉那段代码就正常了,不请求也没关系,反馈给k社没鸟我🤔

请问是干掉哪段代码?方便发下看看么

jzjohn789 commented 1 year ago

一年前我也研究好久都没解决这个问题,加速器应该是mitm解决的,屏蔽*.mo.konami.net没用,我看了出问题的代码用vpn请求肯定会出错,干掉那段代码就正常了,不请求也没关系,反馈给k社没鸟我🤔 请问是哪一端代码呢?我现在也是必须得PROXY模式才行

OXERIS commented 1 year ago

别折腾了,md都很快玩腻了。用代理模式玩吧,最简单有效。

dongzhaosheng73 @.***> 于 2021年12月3日周五 17:12写道:

一年前我也研究好久都没解决这个问题,加速器应该是mitm解决的,屏蔽*.mo.konami.net 没用,我看了出问题的代码用vpn请求肯定会出错,干掉那段代码就正常了,不请求也没关系,反馈给k社没鸟我🤔

请问是干掉哪段代码?方便发下看看么

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/XTLS/Xray-core/issues/482#issuecomment-985343454, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEO22IRZ6445FRFOQOXXTTDUPCCY3ANCNFSM42QAREBQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.