add set_vagrant_proxy
This commit is contained in:
parent
8dac47564f
commit
7bb0c3588a
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user