From 8ff51ff67b531964b5d6dc4d425e3e4b7c39368c Mon Sep 17 00:00:00 2001 From: Schimon Jehudah Date: Tue, 12 Mar 2024 21:25:36 +0000 Subject: [PATCH] Disable (i.e. comment) http_proxy --- slixfeed/assets/settings.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slixfeed/assets/settings.toml b/slixfeed/assets/settings.toml index 6925e63..d657618 100644 --- a/slixfeed/assets/settings.toml +++ b/slixfeed/assets/settings.toml @@ -37,7 +37,7 @@ tor = "" yggdrasil = "" [network] -http_proxy = "http://localhost:8118" +#http_proxy = "http://localhost:8118" user_agent = "Slixfeed/0.1" clearnet = 0 # Enable policed DNS system (not recommended) i2p = 1 # Enable I2P mixnet system (safer)