4 lines
101 B
Bash
4 lines
101 B
Bash
|
export http_proxy='http://firewall:3128'
|
||
|
export https_proxy=$http_proxy
|
||
|
export ftp_proxy=$http_proxy
|