[tor-commits] [torbirdy/master] Use SKS server Hidden Service run by Daniel Kahn Gillmor by default in TorBirdy
sukhbir at torproject.org
sukhbir at torproject.org
Fri Nov 22 17:29:21 UTC 2013
commit fd4362dc614512fccc41f03ed4807414a8d280ad
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date: Fri Nov 22 00:05:25 2013 +0100
Use SKS server Hidden Service run by Daniel Kahn Gillmor by default in TorBirdy
---
chrome/content/preferences.js | 2 +-
components/torbirdy.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/preferences.js b/chrome/content/preferences.js
index 80a192b..5ec06b8 100644
--- a/chrome/content/preferences.js
+++ b/chrome/content/preferences.js
@@ -7,7 +7,7 @@ if (!org.torbirdy.prefs) org.torbirdy.prefs = new function() {
pub.prefBranch = "extensions.torbirdy.";
pub.customBranch = "extensions.torbirdy.custom.";
- pub.torKeyserver = "hkp://2eghzlv2wwcq7u7y.onion";
+ pub.torKeyserver = "hkp://qdigse2yzvuglcix.onion";
pub.jondoKeyserver = "hkp://pool.sks-keyservers.net";
pub.prefs = Components.classes["@mozilla.org/preferences-service;1"]
diff --git a/components/torbirdy.js b/components/torbirdy.js
index a88a19b..7a0acfb 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -214,7 +214,7 @@ const TorBirdyPrefs = {
"--keyserver-options http-proxy=http://127.0.0.1:8118 ",
// The default key server should be a hidden service and this is the only known one (it's part of the normal SKS network)
- "extensions.enigmail.keyserver": "hkp://2eghzlv2wwcq7u7y.onion",
+ "extensions.enigmail.keyserver": "hkp://qdigse2yzvuglcix.onion",
// Force GnuPG to use SHA512.
"extensions.enigmail.mimeHashAlgorithm": 5,
More information about the tor-commits
mailing list