For additional metadata protection proxy non-email client apps through tor

This commit is contained in:
Bob Mottram 2016-02-27 18:47:13 +00:00
parent f7c0fc974a
commit b220802609
1 changed files with 3 additions and 3 deletions

View File

@ -564,9 +564,9 @@ function menu_top_level {
case $(cat $data) in case $(cat $data) in
1) mutt;; 1) mutt;;
2) menu_email;; 2) menu_email;;
3) toxic;; 3) toxic --force-tcp --SOCKS5-proxy 127.0.0.1 9050;;
4) profanity;; 4) torify profanity;;
5) irssi;; 5) torify irssi;;
6) menu_encryption_keys;; 6) menu_encryption_keys;;
7) break;; 7) break;;
8) kill -HUP `pgrep -s 0 -o`;; 8) kill -HUP `pgrep -s 0 -o`;;