From 0182798ea6f0276fb4c9bf66e78e9651bdb790e7 Mon Sep 17 00:00:00 2001 From: Undermuz Date: Tue, 7 May 2024 22:35:58 +0300 Subject: [PATCH] Fix windows proxy example (#350) --- core/installation/proxy-configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/installation/proxy-configuration.rst b/core/installation/proxy-configuration.rst index ec16c8be5b..db40488a95 100644 --- a/core/installation/proxy-configuration.rst +++ b/core/installation/proxy-configuration.rst @@ -45,5 +45,5 @@ documentation. $ export ALL_PROXY="socks5://10.10.1.10:3434" # Windows - set HTTP_PROXY="HTTP_PROXY=http://user:pass@10.10.1.10:3128/" + set HTTP_PROXY=http://user:pass@10.10.1.10:3128/