python workspace
This commit is contained in:
7
proxy.sh
Executable file
7
proxy.sh
Executable file
@ -0,0 +1,7 @@
|
||||
unset HTTP_PROXY
|
||||
export http_proxy="http://127.0.0.1:36000"
|
||||
unset HTTPS_PROXY
|
||||
export https_proxy="http://127.0.0.1:36000"
|
||||
unset NO_PROXY
|
||||
export no_proxy="10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,127.0.0.1,127.0.0.0/8,localhost,127.0.0.1,::1,192.168.2.0/24,Crosstyan-MacBook.local,*.local"
|
||||
|
||||
Reference in New Issue
Block a user