Author: n8fr8 Date: 2011-04-15 16:38:53 +0000 (Fri, 15 Apr 2011) New Revision: 24630
Added: projects/android/trunk/Orbot/res/raw/ projects/android/trunk/Orbot/res/raw/busybox_g1 projects/android/trunk/Orbot/res/raw/iptables_g1 projects/android/trunk/Orbot/res/raw/iptables_n1 projects/android/trunk/Orbot/res/raw/privoxy projects/android/trunk/Orbot/res/raw/privoxy_config projects/android/trunk/Orbot/res/raw/tor projects/android/trunk/Orbot/res/raw/torrc Log: adding binaries to res/raw folder
Added: projects/android/trunk/Orbot/res/raw/busybox_g1 =================================================================== (Binary files differ)
Property changes on: projects/android/trunk/Orbot/res/raw/busybox_g1 ___________________________________________________________________ Added: svn:mime-type + application/octet-stream
Added: projects/android/trunk/Orbot/res/raw/iptables_g1 =================================================================== (Binary files differ)
Property changes on: projects/android/trunk/Orbot/res/raw/iptables_g1 ___________________________________________________________________ Added: svn:mime-type + application/octet-stream
Added: projects/android/trunk/Orbot/res/raw/iptables_n1 =================================================================== (Binary files differ)
Property changes on: projects/android/trunk/Orbot/res/raw/iptables_n1 ___________________________________________________________________ Added: svn:mime-type + application/octet-stream
Added: projects/android/trunk/Orbot/res/raw/privoxy =================================================================== (Binary files differ)
Property changes on: projects/android/trunk/Orbot/res/raw/privoxy ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream
Added: projects/android/trunk/Orbot/res/raw/privoxy_config =================================================================== --- projects/android/trunk/Orbot/res/raw/privoxy_config (rev 0) +++ projects/android/trunk/Orbot/res/raw/privoxy_config 2011-04-15 16:38:53 UTC (rev 24630) @@ -0,0 +1,27 @@ +# Generally, this file goes in /etc/privoxy/config +# +# Tor listens as a SOCKS4a proxy here: +forward-socks4a / 127.0.0.1:9050 . +confdir /data/data/org.torproject.android +logdir /data/data/org.torproject.android +# actionsfile standard # Internal purpose, recommended +#actionsfile default.action # Main actions file +#actionsfile user.action # User customizations +#filterfile default.filter + +# Don't log interesting things, only startup messages, warnings and errors +#logfile logfile +#jarfile jarfile +#debug 1 +#debug 0 # show each GET/POST/CONNECT request +#debug 4096 # Startup banner and warnings +#debug 8192 # Errors - *we highly recommended enabling this* + +#user-manual /usr/share/doc/privoxy/user-manual +listen-address 127.0.0.1:8118 +toggle 1 +accept-intercepted-requests 1 +enable-remote-toggle 0 +enable-edit-actions 0 +enable-remote-http-toggle 0 +buffer-limit 4096 \ No newline at end of file
Property changes on: projects/android/trunk/Orbot/res/raw/privoxy_config ___________________________________________________________________ Added: svn:executable + *
Added: projects/android/trunk/Orbot/res/raw/tor =================================================================== (Binary files differ)
Property changes on: projects/android/trunk/Orbot/res/raw/tor ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream
Added: projects/android/trunk/Orbot/res/raw/torrc =================================================================== --- projects/android/trunk/Orbot/res/raw/torrc (rev 0) +++ projects/android/trunk/Orbot/res/raw/torrc 2011-04-15 16:38:53 UTC (rev 24630) @@ -0,0 +1,12 @@ +SocksPort 9050 +SocksListenAddress 127.0.0.1 +SafeSocks 1 +Log notice stdout +ControlPort 9051 +CookieAuthentication 1 +RelayBandwidthRate 20 KBytes +RelayBandwidthBurst 20 KBytes +UseBridges 0 +AutomapHostsOnResolve 1 +TransPort 9040 +DNSPort 5400