Merge pull request #3 from lindroidux/updated-option.sh-1

Update option.sh
This commit is contained in:
George Daniel 2019-06-12 12:59:45 +00:00 committed by GitHub
commit 4266db8828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,5 +95,5 @@ else
ui_print " Manual mode"
ui_print " deleting iptables rules"
sed -i -e '/#IPTABLES/,$d' $TMPDIR/service.sh
# sed -i -e "s/'127.0.0.1.*'/'127.0.0.1:53', '[::1]:53'/g" /data/media/0/dnscrypt-proxy/dnscrypt-proxy.toml
sed -i -e "s/'127.0.0.1.*'/'127.0.0.1:53', '[::1]:53'/g" /data/media/0/dnscrypt-proxy/dnscrypt-proxy.toml
fi