commit 2ce9ea92f14f7b5c04798809f0c262475766977e Author: Nathan Freitas nathan@freitas.net Date: Fri Jun 13 12:58:39 2014 -0400
make default config files have ports off by default (0) --- res/raw/torrc | 4 +++- res/raw/torrcdiag | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/res/raw/torrc b/res/raw/torrc index e222fe7..2a5a48a 100644 --- a/res/raw/torrc +++ b/res/raw/torrc @@ -1,5 +1,7 @@ Log notice stdout -ControlPortWriteToFile /data/data/org.torproject.android/app_bin/control.txt ControlPort auto +SOCKSPort 0 +DNSPort 0 +TransPort 0 CookieAuthentication 1 AvoidDiskWrites 1 \ No newline at end of file diff --git a/res/raw/torrcdiag b/res/raw/torrcdiag index c102d81..b8f9661 100644 --- a/res/raw/torrcdiag +++ b/res/raw/torrcdiag @@ -1,5 +1,7 @@ Log debug stdout -ControlPortWriteToFile /data/data/org.torproject.android/app_bin/control.txt ControlPort auto +SOCKSPort 0 +DNSPort 0 +TransPort 0 CookieAuthentication 1 AvoidDiskWrites 1 \ No newline at end of file