rc452860 / vnet

114 stars 79 forks source link

小火箭 下 点击 延迟测试,各种报错 #53

Closed Scyllaly closed 5 years ago

Scyllaly commented 5 years ago
ERROR 2019-03-02 23:20:27 shadowsocks.go[218] 1: tcp:5800 read target address error EOF. (maybe the crypto method wrong configuration)
ERROR 2019-03-02 23:20:27 shadowsocks.go[218] 1: tcp:5800 read target address error EOF. (maybe the crypto method wrong configuration)
ERROR 2019-03-02 23:20:27 shadowsocks.go[218] 1: tcp:5800 read target address error EOF. (maybe the crypto method wrong configuration)
ERROR 2019-03-02 23:20:27 shadowsocks.go[218] 1: tcp:5800 read target address error EOF. (maybe the crypto method wrong configuration)
ERROR 2019-03-02 23:20:28 shadowsocks.go[218] 1: tcp:5800 read target address error EOF. (maybe the crypto method wrong configuration)
ERROR 2019-03-02 23:20:28 shadowsocks.go[218] 1: tcp:5800 read target address error EOF. (maybe the crypto method wrong configuration)
ERROR 2019-03-02 23:20:28 shadowsocks.go[218] 1: tcp:5800 read target address error EOF. (maybe the crypto method wrong configuration)
ERROR 2019-03-02 23:20:28 shadowsocks.go[218] 1: tcp:5800 read target address error EOF. (maybe the crypto method wrong configuration)
Scyllaly commented 5 years ago

实际上并没有错

Scyllaly commented 5 years ago

新版本还是一样,在小火箭下无论连接与否,端口,密码,加密方式都对的情况下,点击延迟测试都会报告这个错误

samac08 commented 5 years ago

新版本还是一样,在小火箭下无论连接与否,端口,密码,加密方式都对的情况下,点击延迟测试都会报告这个错误 @ssrpanel @rc452860 这个我刚才还在折腾也是很困扰,试过各种组合就是不行 .不过最终搞明白了这个问题 这个订阅里面的获取到的配置或者修改后的配置信息包含扫码什么的统统都不正确,,无论怎么修改实际是无效用的,后端提取匹配到的是用户管理界面编辑指定的那个配置参数才是最正确的 .

samac08 commented 5 years ago

@ssrpanel @rc452860 简单点说就是用户那里比方设定rc4-md5 你在iso等客户端上采用go后端支持的其他协议例如1305等协议链接也是不行的. 必须是用户配置那里指定的某个协议. A=A才行 虽然go后端那怕支持更多种的协议就是不行....... 这个问题确实很郁闷

samac08 commented 5 years ago

@ssrpanel @rc452860 个人感觉应该添加一个类似的握手动作 发送协议链接申请 go后端支持的话 再启用协议传输 不支持再拒绝 而不是现在的A=A死规则

samac08 commented 5 years ago

@ssrpanel @rc452860 虎哥说的这个问题确实存在,不过这个感觉应该不算是问题吧,那个测试应该就是个普通的tcpping测试吧 还没设计后续的数据动作! 虽然我上面和虎哥说的不是同一个,但是这个问题毕竟也是相关联确实存在的.期待能更灵活一点.

Scyllaly commented 5 years ago

@ssrpanel @rc452860 个人感觉应该添加一个类似的握手动作 发送协议链接申请 go后端支持的话 再启用协议传输 不支持再拒绝 而不是现在的A=A死规则

应该是这样的。

rc452860 commented 5 years ago

能录个屏嘛,凭描述我可能觉得他就连接了一下没发送任何数据包,我没读到请求地址会直接报错的.