parent
939ce818bd
commit
e0856a5d73
|
@ -12,8 +12,7 @@ MODDIR=${0%/*}
|
||||||
# till network is available & start dnscrypt-proxy.
|
# till network is available & start dnscrypt-proxy.
|
||||||
|
|
||||||
while ! [ `pgrep -x dnscrypt-proxy` ] ; do
|
while ! [ `pgrep -x dnscrypt-proxy` ] ; do
|
||||||
$MODDIR/system/bin/dnscrypt-proxy -config /data/media/0/dnscrypt-proxy/dnscrypt-proxy.toml;
|
$MODDIR/system/bin/dnscrypt-proxy -config /data/media/0/dnscrypt-proxy/dnscrypt-proxy.toml && sleep 15;
|
||||||
sleep 15;
|
|
||||||
done
|
done
|
||||||
|
|
||||||
#IPTABLES
|
#IPTABLES
|
||||||
|
|
Loading…
Reference in New Issue