Skip to content
Permalink
Browse files
Add socks5-hostname://127.0.0.1:9050 to gpg options; if supported it …
…works, if not it fails closed
  • Loading branch information
ioerror committed Sep 24, 2012
1 parent c52dfcf commit cc6082247c4bdc6bb8ba8a846fb1c8ec4d90e522
Showing with 2 additions and 2 deletions.
  1. +2 −2 chrome/content/preferences.js
@@ -39,7 +39,7 @@ org.torbirdy.prefs = new function() {
"--no-comments " +
"--throw-keyids " +
"--display-charset utf-8 " +
"--keyserver-options http-proxy=http://127.0.0.1:8118 " +
"--keyserver-options http-proxy=socks5-hostname://127.0.0.1:9050 " +
"--keyserver hkp://2eghzlv2wwcq7u7y.onion";
}
if (anonService === "jondo") {
@@ -54,7 +54,7 @@ org.torbirdy.prefs = new function() {
return "--no-emit-version " +
"--no-comments " +
"--display-charset utf-8 " +
"--keyserver-options http-proxy=http://127.0.0.1:8118 " +
"--keyserver-options http-proxy=socks5-hostname://127.0.0.1:9050 " +
"--keyserver hkp://2eghzlv2wwcq7u7y.onion";
}
if (anonService === "jondo") {

0 comments on commit cc60822

Please sign in to comment.