配置 ShadowsocksR Plus+ 的服务端,在外访问家中服务

OpenWrt 上的 ke 学软件还真有好几个: ShadowsocksR Plus+ OpenClash PassWall ShellClash 之前我喜欢用 PassWall,也用过一段时间 OpenClash,但是现在喜欢上了 ShadowsocksR Plus+,后面将简称为 ssrplus+,ShellClash 暂时没用过,不过都是基于 Clash 的 core 封装的程序,我在 armbian 机器上单独部署过 clash core 的透明代理,这个应该也差不太多,就是封装了... 阅读全文

OpenWrt 修改登录页面默认展示的 root 用户名信息,保护隐私

尤其是一些用户把家里路由器的访问页面暴露到了公网,适当的改一下展示的用户名信息还是有必要的。 这里默认展示 root,是这个文件 sysauth.htm 控制的,但是要改的是正在使用的主题应用的 sysauth.htm 文件 # find /usr -name sysauth.htm /usr/lib/lua/luci/view/sysauth.htm /usr/lib/lua/luci/view/themes/argon/sysauth.htm /usr/lib/lua/luci/view/... 阅读全文

记一次 OpenWrt luci 显示正在“收集数据”,使用公网 IP nginx 反向代理遇到的 Uncaught TypeError: Cannot read properties of null (reading 'wan') 问题

搜遍了全网,只有这个链接 ( https://forum.openwrt.org/t/solved-luci-overview-page-has-blank-fields/16967 ) 类似。但我使用 frp 映射后的域名访问主页又能正常展示这些字段。看了下接口返回均是 200,response 也都正常。 我的是下面这样的 通过 F12 Console 可以看到 Uncaught TypeError: Cannot read properties of null (reading 'w... 阅读全文

OpenWrt 安装并配置腾讯云动态 dns dnspod tencent ddns

插件开源地址 https://github.com/Tencent-Cloud-Plugins/tencentcloud-openwrt-plugin-ddns 进入 openwrt 后台,进入 「系统」 -> 「软件包」 然后在 「下载并安装软件包」 的输入框里粘贴此 uri http://openwrt-tencentddns-1301800460.cos.ap-guangzhou.myqcloud.com/luci-app-tencentddns_0.1.0-1_all.ipk 然... 阅读全文