From 2ce9ea92f14f7b5c04798809f0c262475766977e Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Fri, 13 Jun 2014 12:58:39 -0400 Subject: [PATCH] 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 e222fe7e..2a5a48a9 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 c102d81d..b8f9661d 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