aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-06-12 00:40:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-06-12 00:40:00 +1200
commit0fddae9e3ed340314c67b1c46ff1e8f5ec5fa383 (patch)
tree44e6b8799f17d0b8d01aa0772d0a1390e5e4111c
parentMerge branch 'release/v9.22.0' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-0fddae9e3ed340314c67b1c46ff1e8f5ec5fa383.tar.gz
dotfiles-0fddae9e3ed340314c67b1c46ff1e8f5ec5fa383.zip
Merge branch 'hotfix/v9.22.1' into develop
* hotfix/v9.22.1: Enable proxy for Newsboat
-rw-r--r--VERSION4
-rw-r--r--newsboat/config2
2 files changed, 4 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
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