[tor-commits] [torbirdy/master] Update keyserver port to 9150 (Tor Browser default)

sukhbir at torproject.org sukhbir at torproject.org
Sat May 6 11:48:34 UTC 2017


commit 378f9a3a2988adcff4716be5ede7ca87c50014df
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Sat May 6 07:44:17 2017 -0400

    Update keyserver port to 9150 (Tor Browser default)
---
 components/torbirdy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/torbirdy.js b/components/torbirdy.js
index 3fca35c..1271ed9 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -273,7 +273,7 @@ var TorBirdyPrefs = {
                                               // We want to force UTF-8 everywhere
                                               "--display-charset utf-8 " +
                                               // We want to ensure that Enigmail is proxy aware even when it runs gpg in a shell
-                                              "--keyserver-options http-proxy=socks5h://127.0.0.1:9050 ",
+                                              "--keyserver-options http-proxy=socks5h://127.0.0.1:9150 ",
                                             
   // The default key server should be a hidden service; use the Tor OnionBalance hidden service pool (https://sks-keyservers.net/overview-of-pools.php#pool_tor)
   "extensions.enigmail.keyserver": "hkp://jirk5u4osbsr34t5.onion",



More information about the tor-commits mailing list