xiaorouji / openwrt-passwall

6.69k stars 2.57k forks source link

Mtproto代理服务器没有正常工作 #2056

Closed Diffused7245 closed 1 year ago

Diffused7245 commented 1 year ago

描述bug(必填)

在路由器上部署xray转MTproco代理,telegram仍然无法联网(路由器已翻墙) v2ray转MTproco则连启动都不能

复现步骤(必填)

服务器端,添加,类型选xray,协议选mt,监听端口,自动生成密码,记录日志,保存,无法连接。中转到海外节点开启后也不行。 (已检查防火墙,确定不是防火墙的问题,海外服务器也更换过,依然不通,用的原版Openwrt最新源码) image image

你想要实现的目的(必填)

TG正确联网

日志信息(必填!)

日志等级为info,debug会多出好多正常的日志,没有必要。 xray的

Xray 1.5.9 (Xray, Penetrates Everything.) OpenWrt (go1.18.4 linux/amd64) A unified platform for anti-censorship. 2022/07/30 13:05:56 [Info] infra/conf/serial: Reading config: /tmp/etc/passwall_server/9055760524ff491f89cb2059d170c433.json 2022/07/30 13:05:56 [Info] transport/internet/tcp: listening TCP on 0.0.0.0:118 2022/07/30 13:05:56 [Warning] core: Xray 1.5.9 started

2022/07/30 13:06:12 [Info] [4112393287] app/dispatcher: default route for tcp:149.154.171.5:443 2022/07/30 13:06:12 [Info] [4112393287] proxy/freedom: opening connection to tcp:149.154.171.5:443 2022/07/30 13:06:12 [Info] [4112393287] transport/internet/tcp: dialing TCP to tcp:149.154.171.5:44 2022/07/30 13:08:08 [Debug] transport/internet: dialing to tcp:149.154.175.50:443 2022/07/30 13:08:09 [Info] [3793234880] app/proxyman/inbound: connection ends > proxy/mtproto: connection ends > context canceled 之后就一直出现最后5行,只是顺序和频率不一定相同。

v2ray的

V2Ray 5.0.7 (V2Fly, a community-driven edition of V2Ray.) OpenWrt (go1.18.4 linux/amd64) A unified platform for anti-censorship. Failed to start: main/commands: failed to load config: [/tmp/etc/passwall_server/9055760524ff491f89cb2059d170c433.json] > infra/conf/v4: failed to load inbound detour config. > infra/conf/cfgcommon/loader: unknown config id: mtproto

截图

image 设置 image 无法连接

系统相关信息(必填)

passwall版本4.5.5 V2ray 版本【 5.0.7 】 Xray 版本【 1.5.9 】,TG 【4.0.3】

其他相关信息

开发者们或许是拿lede或者其他估计测试的没有bug吧,上次我来反馈icmp劫持的功能,对原版固件也是无效,希望能多检查不同版本之间的兼容性。

github-actions[bot] commented 1 year ago

Stale Issue

Diffused7245 commented 1 year ago

仍然未解决