Nanopi R5c

人生第一台软路由。

https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R5C

https://r5s.cooluc.com/

https://github.com/DHDAXCW

bash -c "$(curl -sS https://r5s.cooluc.com/openclash-install.sh)"
sh -c "$(curl -sSL http://fw.koolcenter.com/binary/ddnsto/openwrt/install_ddnsto.sh)"

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

wget https://github.com/rufengsuixing/luci-app-adguardhome/releases/download/1.8-9/luci-app-adguardhome_1.8-9_all.ipk
opkg install luci-app-adguardhome_1.8-9_all.ipk
/usr/share/AdGuardHome/update_core.sh: line 168: wget-ssl: not found
将wget-ssl改为wget

Adguard参考配置: https://raw.githubusercontent.com/Angelalisa-x/SurgeModule/master/AdGuardHome.yaml

Adguard过滤规则: https://github.com/217heidai/adblockfilters

https://wxf2088.xyz/3015.html

lsblk #查看一下emmc分区的具体名称
dd if=/dev/zero of=/dev/mmcblk2 bs=8M count=25

OpenWrt设置Zerotier后LAN端不通的一种解决方案

近日在openwrt上设置完zerotier后,出现了一个问题:在LAN的主机上ping网关(OpenWrt路由器)不通,LAN主机互相ping也不通,但是网关可以连接网络。在经过traceroute后,发现部分LAN的请求被自动转发到zerotier处理,并部分包被自动丢弃。以下是一种解决方法。

Enjoy~

亲测有效,记录备用。

文档信息