From: Matthieu Rakotojaona Date: Fri, 17 Feb 2023 16:27:15 +0000 (+0100) Subject: Disable proxy X-Git-Url: http://www.git.stargrave.org/?p=feeder.git;a=commitdiff_plain;h=027845369d28a28d955310c116e7fed8f840fc9a Disable proxy --- 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