diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-03-08 18:34:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-03-08 18:34:50 -0300 |
commit | d6a29021e961e4bf8026a8c0cbcde25abe59649e (patch) | |
tree | 4bcef989f94dedeb505b80639f872af3cd6a2dff | |
parent | 3d3792fb56f222320083e4438b943f5a6d0c3530 (diff) | |
download | newsbeuter-d6a29021e961e4bf8026a8c0cbcde25abe59649e.tar.gz newsbeuter-d6a29021e961e4bf8026a8c0cbcde25abe59649e.tar.bz2 |
Use Tor by default
-rw-r--r-- | config.dot/newsbeuter/config.link | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.dot/newsbeuter/config.link b/config.dot/newsbeuter/config.link index ea21be8..3993445 100644 --- a/config.dot/newsbeuter/config.link +++ b/config.dot/newsbeuter/config.link @@ -27,6 +27,10 @@ urls-source "opml" # Default URLs opml-url "https://git.fluxo.info/feeds/plain/essential.opml" "https://git.fluxo.info/feeds/plain/news.opml" +# Use Tor by default +proxy-type socks5 +proxy localhost:9050 + # Colors include "~/.config/newsbeuter/colors" |