mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
10 lines
202 B
Bash
10 lines
202 B
Bash
# SOURCE me
|
|
#ip="192.168.1.250"
|
|
ip="192.168.1.251"
|
|
|
|
export http_proxy=http://"$ip":3128
|
|
export https_proxy=http://"$ip":3128
|
|
export ftp_proxy=http://"$ip":3128
|
|
export no_proxy=localhost
|
|
set|grep proxy=
|