8 lines
289 B
Bash
Executable File
8 lines
289 B
Bash
Executable File
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"
|
|
|