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;