commit 67cd0cf19befc59b192695e65aa3d90572e8a0d6 Author: Sukhbir Singh sukhbir@torproject.org Date: Mon Nov 17 22:46:17 2014 +0530
Set the SOCKS listen port to 9152 instead of 9150 --- projects/instantbird/preferences.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/instantbird/preferences.patch b/projects/instantbird/preferences.patch index 832deb2..06fbf28 100644 --- a/projects/instantbird/preferences.patch +++ b/projects/instantbird/preferences.patch @@ -103,7 +103,7 @@ diff --git a/im/app/profile/all-instantbird.js b/im/app/profile/all-instantbird. +pref("network.proxy.type", 1); +// Configure Instantbird to use the SOCKS5 proxy +pref("network.proxy.socks", "127.0.0.1"); -+pref("network.proxy.socks_port", 9150); ++pref("network.proxy.socks_port", 9152); +pref("network.proxy.socks_version", 5); +// Set DNS proxying through SOCKS5 +pref("network.proxy.socks_remote_dns", true);