Update vm-1.vm-1.devstack/inception/tools/proxy-env.sh
This commit is contained in:
parent
a24ad92e98
commit
594623ab07
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
export all_proxy="socks5://127.0.0.1:3128" # FIXME: majuscules ou minuscules pour SSH ?
|
||||||
export http_proxy="socks5://127.0.0.1:3128"
|
export http_proxy="socks5://127.0.0.1:3128"
|
||||||
export https_proxy="socks5://127.0.0.1:3128"
|
export https_proxy="socks5://127.0.0.1:3128"
|
||||||
export no_proxy="localhost,127.0.0.1"
|
export no_proxy="localhost,127.0.0.1"
|
||||||
|
|
Loading…
Reference in a new issue