[tor-commits] [torbirdy/master] updated Whonix settings

sukhbir at torproject.org sukhbir at torproject.org
Sun Nov 30 15:52:45 UTC 2014


commit b44db6e23773fea1d079acb88980b34f1733844f
Author: Patrick Schleizer <adrelanos at 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/interfaces.whonix#L57)
---
 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");





More information about the tor-commits mailing list