Openwrt固件
https://github.com/immortalwrt/immortalwrt

必要插件

theme 主题文件

Samba 网络共享

homeproxy

hd-idle 硬盘休眠

ttyd 网页终端

Adguard home 手动安装

openclash 手动安装

Alist

扩容

fdisk

mkfs.ext4 /dev/mmcblk0p3

然后挂载点挂载,最后输入提示的代码 reboot就可以了

1
2
3
4
5
6
7
mkdir -p /tmp/introot
mkdir -p /tmp/extroot
mount --bind / /tmp/introot
mount /dev/mmcblk0p3 /tmp/extroot
tar -C /tmp/introot -cvf - . | tar -C /tmp/extroot -xf -
umount /tmp/introot
umount /tmp/extroot

电信超级管理员

http://192.168.1.1/cgi-bin/luci

http://192.168.1.1:8080/login.html

登录超级管理员后 删除TR069

.什么是TR069协议 TR069是数字用户线(DSL)论坛(已改名为Broadband Forum)制定的一个面向终端设备的网管协议,称为“用户终端设备广域网管理协议(CWMP)”,DSL论坛的文档编号为TR069

在电信光猫中查到自己的宽带密码

在框架源代码页面按Ctrl+F搜索用户名,后面紧跟着的6位数字就是账号密码。(如图所示,红色为用户名,绿框内为对应的密码)

AP上网

https://github.com/immortalwrt/immortalwrt

![[Pasted image 20240309224118.png]]

更新列表
luci-theme-argon

搜索openclash安装adguardhome
图形化界面
luci-app-adguardhome

https://github.com/rufengsuixing/luci-app-adguardhome

解决措施
https://github.com/rufengsuixing/luci-app-adguardhome/issues/139

ln -s /usr/libexec/wget-ssl /usr/bin/
建一个软件链接,那个wget也是软链接。

opkg update
opkg install wget-ssl

同时使用openclash和adguradhome

不应该ad做clash上游,应该clash做ad上游
clash关闭劫持dns,ad设置重定向53到ad,然后ad里dns设置填写127.0.0.1:7874(clash的dns端口)
因为clash在fake-ip模式下不是所有的dns请求都会发送到设置的dns


本站由 @Wyatt 使用 Stellar 主题创建。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。