From 77f34e44865d59985b29b0438d484e1c4dca5c70 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 12 Jun 2020 00:39:03 +1200 Subject: Enable proxy for Newsboat The proxy configuration does nothing without use-proxy being set. --- newsboat/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newsboat/config b/newsboat/config index 43f5a135..78577adf 100644 --- a/newsboat/config +++ b/newsboat/config @@ -3,8 +3,10 @@ confirm-exit yes auto-reload yes reload-time 10 +use-proxy yes proxy-type socks5h proxy localhost:9050 + download-retries 4 download-timeout 60 -- cgit v1.2.3 From 84c1f00d2c271b93c595c192dde3b866660a1ab3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 12 Jun 2020 00:39:35 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ce5562d8..781dff90 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v9.22.0 -Wed, 10 Jun 2020 22:47:06 +0000 +tejr dotfiles v9.22.1 +Thu, 11 Jun 2020 12:39:30 +0000 -- cgit v1.2.3