Passwall的log文件太大,定时删除与重启
TCP转发的log文件在:/tmp/etc/passwall/acl/default/TCP.log 可以看到,一天多的时间就有了6m多的日志。可以设置一个定时删除的脚本。 设置定时运行,crontab -e 设置每天6点执行一次。
TCP转发的log文件在:/tmp/etc/passwall/acl/default/TCP.log 可以看到,一天多的时间就有了6m多的日志。可以设置一个定时删除的脚本。 设置定时运行,crontab -e 设置每天6点执行一次。
前言 之所以会知道这个东西是前天入手了移动RAX3000M 64G EMMC 算力版 我有一定的洁癖,固件要用官方的。插件自己动手装。不用的插件就不装。 按照官方教程: https://github.com/openwrt/openwrt/pull/13513 官方固件下载:https://firmware-selector.openwrt.org/?version=23.05.3&target=mediatek%2Ffilogic&id=cmcc_rax3000m 从官方教程里摘抄出来的: eMMC Flash instructions: 1. SSH to RAX3000M, and backup everything, especially 'factory' part. ('data' partition can be ignored, it's useless.)…
openWRT大部份路由的ROM都非常小,很多还停留在128M这里。 安装完系统可以看到overlay的可用空间很小,这个空间也是安装软件的可用空间。 此时可以利用usb接口外接U盘来扩展这个空间。实现原理是挂载到/overlay这里。 https://blog.csdn.net/hzlarm/article/details/103264651 可以参考以上链接。 #!/bin/sh # 一键脚本挂载rootfs到SD卡,u盘则改mmcblk0p1为sda1 umount /dev/sda1 mkfs.ext4 /dev/sda1 -F mount /dev/sda1 /mnt tar -C /overlay -cvf - . | tar -C /mnt -xf - umount /mnt…
正确安装dnsmasq-full的方式。如果先卸载掉dnsmasq的话有可能因为没有了dns服务而安装不了full版。那就会比较麻烦一点。所以用以下方式安装会方便很多。 opkg updatecd /tmp/ && opkg download dnsmasq-fullopkg remove dnsmasqopkg install dnsmasq-full --cache /tmp/rm -f /tmp/dnsmasq-full*.ipk
备案号:粤ICP备15019658号-1