Update vm-1.vm-1.devstack/inception/tools/proxy-env.sh

This commit is contained in:
Glenn Y. Rolland 2024-07-16 14:04:39 +00:00
parent a24ad92e98
commit 594623ab07

View file

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