luci icon indicating copy to clipboard operation
luci copied to clipboard

LuCI - OpenWrt Configuration Interface

Results 52 luci issues
Sort by recently updated
recently updated
newest added

除了Windows其它都能正常用 Sat Aug 13 12:10:33 2022 daemon.info : 08[NET] received packet: from 192.168.50.189[500] to 192.168.50.1[500] (408 bytes) Sat Aug 13 12:10:33 2022 daemon.info : 08[ENC] parsed ID_PROT request 0 [...

UnblockNeteaseMusic_NodeJS对最新版本的的网易云音乐不适用,请问是否可以修补一下,谢谢

去掉https://github.com/coolsnowwolf/luci/blob/master/applications/luci-app-turboacc/root/etc/init.d/turboacc#L221, 这行代码能自动删除dnsmasq里的dns转发以及取消忽略解析文件。 另外,查看脚本,不知道为何要生成/var/run/dnscache/.dns-changed这个文件,实际运行后查看该文件,实际为空。。。。

/etc/init.d/aria2 是 enable_logging luci-app-aria2 是 enable_log 导致设置不生效的问题

ping ipv4 时应添加 -4 参数,openwrt 系统默认 ipv6 优先,当拥有公网 ipv6 而又未添加 -4 参数时会 ping ipv6。

``` $ make image PACKAGES="$PACKAGES ${extra_pkgs}" FILES="files" ... ... Configuring ipvsadm. Configuring luci-proto-ncm. Configuring kmod-net-rtl8192su. Finalizing root filesystem... /root/op/openwrt-imagebuilder-rockchip-armv8.Linux-x86_64/staging_dir/host/bin/sed: can't read /usr/lib/lua/luci/dispatcher.lua: No such file or directory /root/op/openwrt-imagebuilder-rockchip-armv8.Linux-x86_64/staging_dir/host/bin/sed: can't read...

正常不是应该在/etc/docker下的吗? 然而/etc/docker根本不存在

Delete the configuration file that conflicts with `socat` in `luci-app-socat`.

luci-app-aria2不显示以下几个值的输入框 需要在/etc/config/aria2手动加入以下几行可以正常启动aria2 ``` option rpc_secure 'true' option rpc_certificate '/etc/acme/xxx/fullchain.cer' option rpc_private_key '/etc/acme/xxx/xxx.key' ``` 使用以下,不会mount 文件导致不能启动aria2 ``` list extra_settings 'rpc-secure' list extra_settings 'rpc-certificate=/etc/acme/xxx/fullchain.cer' list extra_settings 'rpc-private-key=/etc/acme/xxx/xxx.key' ```

https://github.com/sbwml/luci-app-mosdns/commits/v5 现在支持doq、doh3(h3://)、cf 优选、apple 优化 和 自定义配置时的 代码高亮 cc @devome