commit 65eb7ad24948c0c767b4e3231369c8b430be8fa0 Author: Nathan Freitas nathan@freitas.net Date: Wed Jun 11 22:02:32 2014 -0400
fix torrc defaults - add back in avoiddiskwrites --- res/raw/torrc | 3 ++- res/raw/torrcdiag | 1 + 2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/res/raw/torrc b/res/raw/torrc index 1ebabf7..e222fe7 100644 --- a/res/raw/torrc +++ b/res/raw/torrc @@ -1,4 +1,5 @@ Log notice stdout ControlPortWriteToFile /data/data/org.torproject.android/app_bin/control.txt ControlPort auto -CookieAuthentication 1 \ No newline at end of file +CookieAuthentication 1 +AvoidDiskWrites 1 \ No newline at end of file diff --git a/res/raw/torrcdiag b/res/raw/torrcdiag index df37970..c102d81 100644 --- a/res/raw/torrcdiag +++ b/res/raw/torrcdiag @@ -2,3 +2,4 @@ Log debug stdout ControlPortWriteToFile /data/data/org.torproject.android/app_bin/control.txt ControlPort auto CookieAuthentication 1 +AvoidDiskWrites 1 \ No newline at end of file
tor-commits@lists.torproject.org