change proxy port

This commit is contained in:
hophacker 2020-04-17 15:51:04 +08:00
parent 62a35ec77e
commit fb0b3fbb3c

View File

@ -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;