From 95c98de92a79c5183cd208d868734e57191c0163 Mon Sep 17 00:00:00 2001 From: George Daniel <51092143+lindroidux@users.noreply.github.com> Date: Wed, 12 Jun 2019 12:59:07 +0000 Subject: [PATCH] Update option.sh --- common/option.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/option.sh b/common/option.sh index 54a9690..07525c5 100755 --- a/common/option.sh +++ b/common/option.sh @@ -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