We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9b002 commit 7187ae3Copy full SHA for 7187ae3
1 file changed
patch/addition-trans-zh/files/zzz-default-settings
@@ -52,6 +52,11 @@ uci set upnpd.config.force_forwarding='1'
52
#uci del upnpd.config.stun_host
53
uci commit upnpd
54
55
+#MosDNS广告源
56
+uci set mosdns.config.adblock='1'
57
+uci add_list mosdns.config.ad_source='https://github.com/QiuSimons/openwrt-mos/raw/master/dat/serverlist.txt'
58
+uci commit mosdns
59
+
60
#定时清理
61
(crontab -l | sed '/find \/tmp/d'; echo "0 0 1 * * find /tmp -type f \( -name \"*.log\" -o -name \"*.txt\" \) -exec sh -c 'rm {} && touch {}' \;") | sed '/^$/d' | crontab -
62
0 commit comments