openwrt

小米路由器 r3g 刷机简记

重置路由 小米路由绑定路由器 获取开发版系统 获取root 密码 和 miwifi_ssh.bin bread 获取 https://www.right.com.cn/forum/thread-2640204-1-1.html https://www.right.com.cn/forum/thread-2527199-1-1.html https://blog.csdn.net/tyhao

openwrt 使用nginx http_auth_basic 来进行 用户认证配置

将路由器通过frp 代理到哇完后,一些内容不想被其他人知道,但是又想让部分人看到。可以通过 nginx的http auth模块。只有输入正确的用户密码才允许访问web内容。```nginx basic auth指令语法: auth_basic string | off;默认值: auth_basic off;配置段: http, server, locati

openwrt 安装 php 运行环境

opkg install php7 php7-cgi uci add_list uhttpd.main.interpreter='.php=/usr/bin/php-cgi'uci commit uhttpd/etc/init.d/uhttpd restartopkg install php7-mod-curl php7-mod-pdo php7-mod-pdo-sqlite