commit 8f1fd9e59b95d5ba7b3865fcc92d21f70fb45c78 Author: Shondoit Walker shondoit@gmail.com Date: Wed Jul 25 21:59:57 2012 +0200
Add config files for obfsproxy on Linux and OSX. --- build-scripts/config/alpha/torrc-obfsproxy-linux | 31 ++++++++++++++++++++ build-scripts/config/alpha/torrc-obfsproxy-osx | 31 ++++++++++++++++++++ .../config/alpha/vidalia.conf.ff-obfsproxy-linux | 20 +++++++++++++ .../config/alpha/vidalia.conf.ff-obfsproxy-osx | 19 ++++++++++++ 4 files changed, 101 insertions(+), 0 deletions(-)
diff --git a/build-scripts/config/alpha/torrc-obfsproxy-linux b/build-scripts/config/alpha/torrc-obfsproxy-linux new file mode 100644 index 0000000..24788b3 --- /dev/null +++ b/build-scripts/config/alpha/torrc-obfsproxy-linux @@ -0,0 +1,31 @@ +# If non-zero, try to write to disk less frequently than we would otherwise. +AvoidDiskWrites 1 +# Store working data, state, keys, and caches here. +DataDirectory ./Data/Tor +GeoIPFile ./Data/Tor/geoip +# Where to send logging messages. Format is minSeverity[-maxSeverity] +# (stderr|stdout|syslog|file FILENAME). +Log notice stdout +# Bind to this address to listen to connections from SOCKS-speaking +# applications. +SocksPort auto +SocksListenAddress 127.0.0.1 +ControlPort auto + +UseBridges 1 + +bridge obfs2 38.229.33.18:42401 +bridge obfs2 85.17.20.242:61264 +bridge obfs2 85.214.131.213:1051 +bridge obfs2 86.59.30.35:45605 +bridge obfs2 91.208.34.7:5353 +bridge obfs2 109.105.109.163:53999 +bridge obfs2 109.163.233.195:1051 +bridge obfs2 128.31.0.34:1051 +bridge obfs2 131.215.158.1:29936 +bridge obfs2 173.254.192.38:1051 +bridge obfs2 188.40.20.215:32982 +bridge obfs2 212.112.242.160:49259 +bridge obfs2 213.108.105.129:36609 + +ClientTransportPlugin obfs2 exec obfsproxy --managed diff --git a/build-scripts/config/alpha/torrc-obfsproxy-osx b/build-scripts/config/alpha/torrc-obfsproxy-osx new file mode 100644 index 0000000..80d343d --- /dev/null +++ b/build-scripts/config/alpha/torrc-obfsproxy-osx @@ -0,0 +1,31 @@ +# If non-zero, try to write to disk less frequently than we would otherwise. +AvoidDiskWrites 1 +# Store working data, state, keys, and caches here. +DataDirectory ../../Contents/Resources/Data/Tor +GeoIPFile ../../Contents/Resources/Data/Tor/geoip +# Where to send logging messages. Format is minSeverity[-maxSeverity] +# (stderr|stdout|syslog|file FILENAME). +Log notice stdout +# Bind to this address to listen to connections from SOCKS-speaking +# applications. +SocksPort auto +SocksListenAddress 127.0.0.1 +ControlPort auto + +UseBridges 1 + +bridge obfs2 38.229.33.18:42401 +bridge obfs2 85.17.20.242:61264 +bridge obfs2 85.214.131.213:1051 +bridge obfs2 86.59.30.35:45605 +bridge obfs2 91.208.34.7:5353 +bridge obfs2 109.105.109.163:53999 +bridge obfs2 109.163.233.195:1051 +bridge obfs2 128.31.0.34:1051 +bridge obfs2 131.215.158.1:29936 +bridge obfs2 173.254.192.38:1051 +bridge obfs2 188.40.20.215:32982 +bridge obfs2 212.112.242.160:49259 +bridge obfs2 213.108.105.129:36609 + +ClientTransportPlugin obfs2 exec obfsproxy --managed diff --git a/build-scripts/config/alpha/vidalia.conf.ff-obfsproxy-linux b/build-scripts/config/alpha/vidalia.conf.ff-obfsproxy-linux new file mode 100644 index 0000000..bd09a17 --- /dev/null +++ b/build-scripts/config/alpha/vidalia.conf.ff-obfsproxy-linux @@ -0,0 +1,20 @@ +[General] +InterfaceStyle=Cleanlooks +LanguageCode=en +PluginPath=./Data/Vidalia/plugins + +[Tor] +ControlPort=9051 +TorExecutable=./App/tor +Torrc=./Data/Tor/torrc +AutoControl=true +DataDirectory=./Data/Tor + +[TBB] +BrowserDirectory=. +BrowserExecutable=firefox + +[Network] +ProxyType=none +UseBridges=true +Bridge=obfs2 38.229.33.18:42401, obfs2 85.17.20.242:61264, obfs2 85.214.131.213:1051, obfs2 86.59.30.35:45605, obfs2 91.208.34.7:5353, obfs2 109.105.109.163:53999, obfs2 109.163.233.195:1051, obfs2 128.31.0.34:1051, obfs2 131.215.158.1:29936, obfs2 173.254.192.38:1051, obfs2 188.40.20.215:32982, obfs2 212.112.242.160:49259, obfs2 213.108.105.129:36609 diff --git a/build-scripts/config/alpha/vidalia.conf.ff-obfsproxy-osx b/build-scripts/config/alpha/vidalia.conf.ff-obfsproxy-osx new file mode 100644 index 0000000..e2d857e --- /dev/null +++ b/build-scripts/config/alpha/vidalia.conf.ff-obfsproxy-osx @@ -0,0 +1,19 @@ +[General] +PluginPath=../../Library/Vidalia/plugins +LanguageCode=en + +[Tor] +ControlPort=9051 +TorExecutable=../../Contents/MacOS/tor +Torrc=../../Library/Vidalia/torrc +AutoControl=true +DataDirectory=../../Contents/Resources/Data/Tor + +[TBB] +BrowserDirectory=../../ +BrowserExecutable=firefox-bin + +[Network] +ProxyType=none +UseBridges=true +Bridge=obfs2 38.229.33.18:42401, obfs2 85.17.20.242:61264, obfs2 85.214.131.213:1051, obfs2 86.59.30.35:45605, obfs2 91.208.34.7:5353, obfs2 109.105.109.163:53999, obfs2 109.163.233.195:1051, obfs2 128.31.0.34:1051, obfs2 131.215.158.1:29936, obfs2 173.254.192.38:1051, obfs2 188.40.20.215:32982, obfs2 212.112.242.160:49259, obfs2 213.108.105.129:36609