Skip to content

Commit

Permalink
Update 99dnscrypt (#580)
Browse files Browse the repository at this point in the history
Added pidfile
  • Loading branch information
D4ZTKit authored and jedisct1 committed Jan 22, 2017
1 parent e6c3128 commit b2d4969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist-build/android-files/system/etc/init.d/99dnscrypt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ done

dnscrypt-proxy \
--daemonize \
--pidfile=/data/local/tmp/dnscrypt-proxy.pid \
--resolver-name="$RESOLVER_NAME" \
--resolvers-list=/system/etc/dnscrypt-proxy/dnscrypt-resolvers.csv && \
iptables -t nat -A OUTPUT -p udp --dport 53 -j DNAT --to-destination 127.0.0.1 && \
Expand Down

0 comments on commit b2d4969

Please sign in to comment.