From 027845369d28a28d955310c116e7fed8f840fc9a Mon Sep 17 00:00:00 2001 From: Matthieu Rakotojaona Date: Fri, 17 Feb 2023 17:27:15 +0100 Subject: [PATCH] Disable proxy --- cmd/env.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/env.rc b/cmd/env.rc index 619d60d..b33b15c 100644 --- a/cmd/env.rc +++ b/cmd/env.rc @@ -22,5 +22,5 @@ _feeder_warc_compress() { FEEDER_WARC_COMPRESS=_feeder_warc_compress FEEDER_WARC_COMPRESS=: # do not compress -export http_proxy=http://localhost:8080 -export https_proxy=$http_proxy +#export http_proxy=http://localhost:8080 +#export https_proxy=$http_proxy -- 2.44.0