diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-07-28 17:12:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-07-28 17:12:14 -0300 |
commit | 5341847ba0ab7667fa27151200beac986541bbdf (patch) | |
tree | 5cac10595503788c9cf16704f6ea4ff6dde8fa8d | |
parent | 0d20b22d353ae711230315b4e36297eb089f7305 (diff) | |
download | newsboat-5341847ba0ab7667fa27151200beac986541bbdf.tar.gz newsboat-5341847ba0ab7667fa27151200beac986541bbdf.tar.bz2 |
Use SOCKS5 proxy that also proxies DNS requests
-rw-r--r-- | config.dot/newsboat/config.link | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.dot/newsboat/config.link b/config.dot/newsboat/config.link index 5043f14..f503d9e 100644 --- a/config.dot/newsboat/config.link +++ b/config.dot/newsboat/config.link @@ -22,8 +22,7 @@ bind-key o open-in-browser article #macro e set browser "echo '%u' | xclip" ; open-in-browser-and-mark-read ; set browser "kvmx ssh web -X /usr/bin/firefox -new-tab %u" # Use Tor by default -#proxy-type socks5h # Upcoming option that also proxies DNS requests, planned for newsboat 2.10 -proxy-type socks5 +proxy-type socks5h # SOCKS5 proxy that also proxies DNS requests proxy localhost:9050 use-proxy yes |