luci-app-xray icon indicating copy to clipboard operation
luci-app-xray copied to clipboard

(Almost) full feature Xray client for OpenWrt

Results 62 luci-app-xray issues
Sort by recently updated
recently updated
newest added

希望增加出口的proxySettings支持

As a openWRT newber, I searched the installation guides for serval days,I found a installation document for expert, but I cannot find a step to step installation guide for this...

主要更改: 1. 参考 Shadowsocks 文档 [Transparent proxy (pure tproxy) - shadowsocks-libev/README.md at master · shadowsocks/shadowsocks-libev](https://github.com/shadowsocks/shadowsocks-libev/blob/master/README.md#transparent-proxy-pure-tproxy) 对 iptables 规则进行重写。只对 UDP 首包和 TCP SYN 包进行标记,后续使用 CONNMARK 跟踪标记状态,保证稳定性。 2. Fix #50 3. 原版...

注意到默认缓冲区大小为512KB,但是这在arm64等平台上可能不太能承受得起。 个人使用arm64 内存512MB,查了一下大约有300个连接,那缓冲区可就150MB了。。 查了一下官方文档: > 每个连接的内部缓存大小。单位为 kB。当值为 0 时,内部缓存被禁用。 > > 默认值: > > 在 ARM、MIPS、MIPSLE 平台上,默认值为 0。 > 在 ARM64、MIPS64、MIPS64LE 平台上,默认值为 4。 > 在其它平台上,默认值为 512。 > [#](https://xtls.github.io/#systempolicyobject) 是否可以将该项配置默认为null,让xray自己去判断适合的缓冲区大小呢? 十分感谢

先前的issue已有讨论。 https://github.com/yichya/luci-app-xray/issues/20#issuecomment-842441190 对比 [kuoruan/luci-app-v2ray](https://github.com/kuoruan/luci-app-v2ray) 的 iptables 规则,主要区别在于,本项目将所有路由规则写在 mangles 链下,相比之下,v2ray 、OpenClash (印象里 shadowsocks 项目也是)等大部分类似的项目都将 TCP 的转发规则放到了 nat 链下面,我认为这个可能是问题所在。 ~~但是原理我还是不懂~~ 参考: - [Linux netfilter Hacking HOWTO: Netfilter Architecture](https://www.netfilter.org/documentation/HOWTO/netfilter-hacking-HOWTO-3.html) - [linux - iptables...

目前使用1.6.4版本一段时间了, 功能已经很完善了, 而且可以用过官方渠道更新geoip和geosite, 并且增加了黑洞功能, 默认增加了广告屏蔽功能。 但是, 默认的官方geoip和geosite个性化设置不足, 因此, 能否增加 https://github.com/Loyalsoldier/v2ray-rules-dat 等这类第三方geoip和geosite下载, 它们都有国内、国外两个地址可供选择, 可以默认设置为国内地址, 避免网络问题无法下载。 另外, 如果允许的话, 也可以通过自定义添加下载地址, 满足一些人添加私有库地址下载。

在OpenWrt 19.07-x86_64上是正常的 https://user-images.githubusercontent.com/8335065/147713849-ca6f4940-d26a-418f-af19-292fd628375a.mp4 OpenWrt 21.02-x86_64上网速异常,日志里没有异常信息 https://user-images.githubusercontent.com/8335065/147713880-33a425d9-8f77-42df-afcb-4877efb3aad2.mp4 上述现像除了OpenWrt的版本不同外,其它的配置都是相同的

Hello,there is only “Will not enable transparent proxy for these MAC addresses” option (Allow all except listed) in access control. Can you add an Allow listed only option so that...

**1. 出现以下 issue,可能需要设置 hosts,哪里可以设置呢?** `[Error] app/dns: DOH//dns.dns-over-https.top tries to resolve itself! Use IP or set "hosts" instead.` **2. 以下 warning 是否是由 ipv6 引起,我尝试将 ipv6 关闭后,仍然有此提示,请问可以怎么消除?** `Thu Sep 9 08:14:12 2021...

今天下载BT, 发现国外的流量全部走服务器了, 服务器流量一下子暴涨, 然后发现 https://github.com/Loyalsoldier/v2ray-rules-dat “BT 流量统统直连(实测依然会有部分 BT 流量走代理,如果服务商禁止 BT 下载,请不要为下载软件设置代理)” "type": "field", "outboundTag": "Direct", "protocol": ["bittorrent"] 请问, 现在办法可以设置吗?