mirror of https://github.com/dnomd343/ClearDNS
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
298 B
9 lines
298 B
4 years ago
|
[ ! -s "/etc/cleardns/custom.sh" ] && touch /etc/cleardns/custom.sh
|
||
|
sh /etc/cleardns/custom.sh
|
||
|
sh /etc/smartdns/load.sh
|
||
|
sh /etc/overture/update.sh
|
||
|
/usr/sbin/crond
|
||
|
smartdns -c /etc/smartdns/config.conf
|
||
|
overture -c /etc/overture/config.yml > /dev/null 2>&1 &
|
||
|
/usr/bin/AdGuardHome -w /opt/AdGuardHome
|