diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-06-12 00:39:03 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-06-12 00:39:03 +1200 |
commit | 77f34e44865d59985b29b0438d484e1c4dca5c70 (patch) | |
tree | 16010ce33532d4d0745550e96ffa7e60f0361c76 /newsboat | |
parent | Merge branch 'release/v9.22.0' (diff) | |
download | dotfiles-77f34e44865d59985b29b0438d484e1c4dca5c70.tar.gz dotfiles-77f34e44865d59985b29b0438d484e1c4dca5c70.zip |
Enable proxy for Newsboat
The proxy configuration does nothing without use-proxy being set.
Diffstat (limited to 'newsboat')
-rw-r--r-- | newsboat/config | 2 |
1 files changed, 2 insertions, 0 deletions
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 |