add set_vagrant_proxy

This commit is contained in:
hophacker 2020-02-28 16:26:05 +08:00
parent 8dac47564f
commit 7bb0c3588a

View File

@ -42,6 +42,9 @@ function cp_container() {
function set_proxy() {
export http_proxy=http://127.0.0.1:8119;export https_proxy=http://127.0.0.1:8119;
}
function set_vagrant_proxy() {
export http_proxy=http://127.0.0.1:9119;export https_proxy=http://127.0.0.1:9119;
}
function set_ss_proxy() {
export https_proxy=socks5://127.0.0.1:1080/
export http_proxy=socks5://127.0.0.1:1080/