Mclovin

Results 4 issues of Mclovin

**Describe the bug** 设置自动下载媒体时,App 崩溃。 **To Reproduce** Steps to reproduce the behavior: 点击“设置 -- 》数据和存储 --》接入 WIFI 时 --》视频”,App 崩溃。 **Logcat** ```text 2022-09-09 16:13:28.954 24492-24492/? E/AndroidRuntime: FATAL EXCEPTION: main Process:...

1.6.1 的时候,我搭建的 Reverse Proxy 还是正常的。 Server 和 Client 同时更新到 1.6.2/1.6.3 之后,Reverse Proxy 就连不上了。 将 Client 降回 1.6.1,Reverse Proxy 恢复正常。 1.6.1 Xray Client 启动的时候,可以看到最后几行 Reverse Proxy 的 Log ```text 2022/11/08 13:35:37...

XRay: 1.8.6 Server 配置文件(已简化) ```javascript { ..... "dns": { "tag": "inboundDNS", "servers": [ { "address": "https+local://cloudflare-dns.com/dns-query" }, { "address": "https+local://dns.google/dns-query" }, "localhost" ] }, ..... "outbounds": [ { "tag": "outboundFreedom",...

TransportObject 配置 ```javascript { "transport": { "wsSettings": { "path": "ProxyWS?ed=2560" }, "httpupgradeSettings": { "path": "ProxyHU?ed=2560" }, "grpcSettings": { "serviceName": "ProxyGRPC", "multiMode": true, "idle_timeout": 60, "permit_without_stream": true, "initial_windows_size": 65536 } }...

documentation