Results 29 comments of BI7PRK

这个开发必备的选项竟然没实现。也没有人回复?其实很简单: 1、下载源代码 2、打开项目。 修改以下代码: `alipay_kit/lib/src/alipay_kit_platform_interface.dart` ```Dart /// 支付 Future pay({ required String orderInfo, bool isShowLoading = true, bool sandbox = false /// 沙箱模式 }) { throw UnimplementedError( 'pay({required orderInfo, isShowLoading})...

@WordsWorthLess 你修改的新代码在哪里可以获得?我也要用Xray的VLESS协议。全局配置了 V2Ray 文件 与配置文件后,吃尽设备内存。本来以为是Xray本身问题。但通过Shell运行Xray并出现吃尽内存的问题。

> > @WordsWorthLess 你修改的新代码在哪里可以获得?我也要用Xray的VLESS协议。全局配置了 V2Ray 文件 与配置文件后,吃尽设备内存。本来以为是Xray本身问题。但通过Shell运行Xray并出现吃尽内存的问题。 > > https://github.com/kuoruan/luci-app-v2ray/files/7218449/luci-app-v2ray_2.0.0-all.zip > 注意,要先设置好入站协议和dns服务器的tag,不然会出错的 这个生成配置文件Json错误。发生在VMESS本协议中: ### 错误的outbounds ``` JSON .... "sockopt": { "domainStrategy": "UseIP", "mark": 255, "tcpFastOpen": true } }, "proxy", ```...

配置生成的完整内容 ``` JSON { "log": { "loglevel": "debug", "error": "" }, "dns": { "tag": "dns_list", "servers": [ { "address": "223.5.5.5", "port": 53, "domains": [ "geosite:cn" ], "expectIPs": [ "geoip:cn" ]...

## 编译可安装版本。因个人所需而修改。不能保证全部可用。 - 基于 @WordsWorthLess [代码库 ](https://github.com/WordsWorthLess/luci-app-v2ray) 修改 - 适配 Xray-core v1.5.0 的DNS某些新功能 > 暂无法实现:hosts 现在支持多个地址映射, 如 "dns.google": ["8.8.8.8","8.8.4.4"] > 思路:如格式为 google|8.8.8.8,8.8.4.4。拆分[,]分隔符为数组。代码不懂写…… ```Lau for h in $hosts ; do local...

检查一下 allowInsecure 项。如果为 false,改为 true 试试……

关于被lock或者被QoS的情况。我个人的总结是不要单纯寄望于武器。除了武器之外,还有一个因素就是使用技巧。刀再利,没有功夫也没用。 我的稳定方案是: + 3个VPS. (都在USA) + VLESS+XTLS + 用【连接观测】进行主备自动切换。 在Server端进行以下配置非常有必要。目的是杜绝这样的链路:user (CN)-->vps (OUTSIDE)-->server(CN). 一去一回会被识别。 ```JSON "routing": { "domainStrategy": "IPIfNonMatch", "rules": [ { "domain": [ "geosite:cn" ], "outboundTag": "block", "type": "field" },...

怪不得更新后就断断续续,`"disableCache": true,` 选项有作用么? 另外发现设置了 clientIP 后会上不了“远程”网。不知道是不是bug? ```JOSN "dns": { "disableCache": true, "disableFallback": false, "disableFallbackIfMatch": false, "skipFallback": false, "queryStrategy": "UseIP", "tag": "dns_servers", "servers": [ { "address": "223.5.5.5", "port": 53, "domains": [...

https://github.com/uber-go/dig ![image](https://user-images.githubusercontent.com/24989210/138723519-a2871673-850c-495a-bb23-b542a88cd488.png)

MIUI 12.5.1稳定版: https://user-images.githubusercontent.com/24989210/143983524-92ccab05-5a7c-4ee3-b278-c535d3c799e8.mp4