diff --git a/res/raw/busybox_g1 b/res/raw/busybox_g1 new file mode 100644 index 00000000..db02224d Binary files /dev/null and b/res/raw/busybox_g1 differ diff --git a/res/raw/iptables_g1 b/res/raw/iptables_g1 new file mode 100644 index 00000000..0bb3f220 Binary files /dev/null and b/res/raw/iptables_g1 differ diff --git a/res/raw/iptables_n1 b/res/raw/iptables_n1 new file mode 100644 index 00000000..50776a83 Binary files /dev/null and b/res/raw/iptables_n1 differ diff --git a/res/raw/privoxy b/res/raw/privoxy new file mode 100755 index 00000000..e5c1153b Binary files /dev/null and b/res/raw/privoxy differ diff --git a/res/raw/privoxy_config b/res/raw/privoxy_config new file mode 100755 index 00000000..525b58a6 --- /dev/null +++ b/res/raw/privoxy_config @@ -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 diff --git a/res/raw/tor b/res/raw/tor new file mode 100755 index 00000000..46aa1faa Binary files /dev/null and b/res/raw/tor differ diff --git a/res/raw/torrc b/res/raw/torrc new file mode 100644 index 00000000..b7919a67 --- /dev/null +++ b/res/raw/torrc @@ -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