From fb0b3fbb3c46b704ef47d240dfad411277bee8fb Mon Sep 17 00:00:00 2001 From: hophacker Date: Fri, 17 Apr 2020 15:51:04 +0800 Subject: [PATCH] change proxy port --- zsh/functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/functions.zsh b/zsh/functions.zsh index c49e19e..e15b2d6 100644 --- a/zsh/functions.zsh +++ b/zsh/functions.zsh @@ -40,7 +40,7 @@ function cp_container() { cd .. } function set_proxy() { - export http_proxy=http://127.0.0.1:8119;export https_proxy=http://127.0.0.1:8119; + export http_proxy=http://127.0.0.1:8668;export https_proxy=http://127.0.0.1:8668; } function set_vagrant_proxy() { export http_proxy=http://127.0.0.1:9119;export https_proxy=http://127.0.0.1:9119;