commit b44db6e23773fea1d079acb88980b34f1733844f Author: Patrick Schleizer adrelanos@riseup.net Date: Sun Nov 30 15:22:11 2014 +0100
updated Whonix settings
Changed socks host IP from 192.168.0.10 to 10.152.152.10 because Whonix network configuration has changed. (Source: https://github.com/Whonix/whonix-gw-network-conf/blob/master/etc/network/int...) --- chrome/content/preferences.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/preferences.js b/chrome/content/preferences.js index 1930f98..1359f63 100644 --- a/chrome/content/preferences.js +++ b/chrome/content/preferences.js @@ -252,7 +252,7 @@ if (!org.torbirdy.prefs) org.torbirdy.prefs = new function() { pub.setProxyWhonix = function() { pub.resetAll();
- pub.setPreferences("network.proxy.socks", "192.168.0.10"); + pub.setPreferences("network.proxy.socks", "10.152.152.10"); pub.setPreferences("network.proxy.socks_port", 9102);
pub.setPanelSettings(pub.strBundle.GetStringFromName("torbirdy.enabled.whonix"), "green");
tor-commits@lists.torproject.org