2018-12-31

This commit is contained in:
monlor
2018-12-31 23:47:47 +08:00
commit 3ae56f5e6e
1091 changed files with 173538 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/sh
#copyright by monlor
source /etc/mixbox/bin/base
eval `mbdb export koolproxy`
adurl="https://raw.githubusercontent.com/kysdm/ad-rules/master/user-rules-koolproxy.txt"
logsh "$service" "更新用户自定义规则"
wgetsh ${mbroot}/apps/${appname}/bin/data/rules/user.txt $adurl
[ $? -ne 0 ] && logsh "$service" "更新用户自定义规则失败"