mzz

Results 26 issues of mzz

希望增加对手机端的响应式适配

### Potential connection aborting when the transport is gRPC https://github.com/v2fly/v2ray-core/blob/v5.0.6/transport/internet/grpc/dial.go#L62 The ctx should be context.Background() because "ctx is used for the lifetime of the stream." https://github.com/grpc/grpc-go/blob/v1.4.6/stream.go#L137-153 After ctx done, the...

It was migrated from https://github.com/mzz2017/softwind/tree/main/transport/grpc

Persistence of IV filter should be corresponding to port, password and IV triples, and never be removed until glider was uninstalled. We can refer to the implementation of AOF of...

enhancement

Will you consider [routingA](https://github.com/v2rayA/routingA)? It has been tested in [v2rayA](https://github.com/v2rayA/v2rayA) for a long time. And it is suitable for routing rules. Actually routingA is discussed and considered by v2fly organization...

enhancement
resource

注意v1.4.2有GUI的不兼容更新,如果GUI和后端的版本不一致,如GUI为1.4.2,而后端为1.4.1,则有可能出现当前连接节点不显示选中的问题。

notice

由于 v1.3.0+ 版本增强模式默认开启 FakeDNS,v2ray(v4.37.3) 和 xray(v1.4.2) 目前版本还**无法持久化地址池映射**,导致由于 dns 缓存、tls 证书缓存等原因,重连或更换节点后部分网站会在短时间内无法访问。 FakeDNS 拥有诸多好处,例如可能大幅降低解析用时,但缓存问题是其最大的问题之一,建议频繁切换节点的受影响用户**关闭增强模式**,或切换至 [v1.2.2](https://github.com/v2rayA/v2rayA/releases/tag/v1.2.2)。 我们会持续关注 core 对持久化的支持进度。 **进度** - [x] 2021-05-01 已与 rprx,xiaokangwang 讨论完毕持久化地址池映射的实现细节 - [ ] xray-core 实现相关功能 - [...

notice

由于v1.1.3会修改/etc/resolv.conf以保证即使使用内网dns也能受到dns防污染的保护,docker用户需要挂载/etc/resolv.conf文件,详细方法见 [wiki](https://github.com/v2rayA/v2rayA/wiki/%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95#docker%E6%96%B9%E5%BC%8F) ```bash docker run -d \ --restart=always \ --privileged \ --network=host \ --name v2raya \ -v /etc/resolv.conf:/etc/resolv.conf \ -v /etc/v2raya:/etc/v2raya \ mzz2017/v2raya ``` 注意添加了一行`-v /etc/resolv.conf:/etc/resolv.conf \` **如果不使用透明代理,可以不添加该行,以免出现解析问题 #156**

notice