Skip to content

Commit

Permalink
Android 99dnscrypt: reduce the margin to 700
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 22, 2017
1 parent cea9bd9 commit 85cec69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist-build/android-files/system/etc/init.d/99dnscrypt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/system/bin/sh

while :; do
#check first server
# check first server
RESOLVER_NAME=dnscrypt.org-fr
dnscrypt-proxy \
--resolver-name="$RESOLVER_NAME" \
--resolvers-list=/system/etc/dnscrypt-proxy/dnscrypt-resolvers.csv \
--test=3600
--test=700
case "$?" in
0 ) break;;
esac
Expand All @@ -17,7 +17,7 @@ while :; do
dnscrypt-proxy \
--resolver-name="$RESOLVER_NAME" \
--resolvers-list=/system/etc/dnscrypt-proxy/dnscrypt-resolvers.csv \
--test=3600
--test=700
case "$?" in
0 ) break;;
esac
Expand Down

0 comments on commit 85cec69

Please sign in to comment.