From 1429b14aef6375b377ebe85dee06ce8d15223ea0 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 4 Sep 2021 23:52:40 +0300 Subject: [PATCH] Use tofuproxy for all browsers --- eb/.ebrc | 1 + lynx/.lynx.cfg | 2 ++ newsboat/.newsboat/config | 4 ++++ xombrero/.xombrero.conf | 8 ++++---- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/eb/.ebrc b/eb/.ebrc index c400c94..379e1b6 100644 --- a/eb/.ebrc +++ b/eb/.ebrc @@ -3,6 +3,7 @@ jar=/tmp/.ebjar cachedir=/tmp/.ebcache cachesize=200 webtimer=30 +proxy = http|https * localhost:8080 plugin{ type=image/webp diff --git a/lynx/.lynx.cfg b/lynx/.lynx.cfg index d5ddea0..a550ad6 100644 --- a/lynx/.lynx.cfg +++ b/lynx/.lynx.cfg @@ -12,3 +12,5 @@ MAKE_LINKS_FOR_ALL_IMAGES:TRUE ASSUME_CHARSET:utf-8 JUMPFILE:/home/stargrave/.lynx_jumps.html INCLUDE:/home/stargrave/.lynx_cookies.cfg +http_proxy:http://localhost:8080/ +https_proxy:http://localhost:8080/ diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config index 55c4085..2186ae1 100644 --- a/newsboat/.newsboat/config +++ b/newsboat/.newsboat/config @@ -17,3 +17,7 @@ suppress-first-reload yes feed-sort-order lastupdated browser "~/bin/www %u &" + +proxy localhost:8080 +proxy-type http +use-proxy yes diff --git a/xombrero/.xombrero.conf b/xombrero/.xombrero.conf index fe4d21e..b98c7f2 100644 --- a/xombrero/.xombrero.conf +++ b/xombrero/.xombrero.conf @@ -62,8 +62,8 @@ enable_favicon_tabs = 0 # preload_strict_transport = 1 # referer = always referer = same-domain -warn_cert_changes = 1 -enable_cache = 0 +warn_cert_changes = 0 +enable_cache = 1 # js_auto_open_windows = 0 # See http://www.xroxy.com/proxylist.php for a good list of open @@ -75,9 +75,9 @@ enable_cache = 0 # tsocks # http_proxy = http://127.0.0.1:1080 # -http_proxy = socks5://localhost:4444/ +http_proxy = http://localhost:8080/ # If you only occasionally use a proxy -http_proxy_starts_enabled = 0 +http_proxy_starts_enabled = 1 # Search engines; uncomment one of these lines for you favorite search # engine. -- 2.44.0