mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
Add files via upload
This commit is contained in:
parent
1244269fbd
commit
1e06ccf9be
9
setproxy.sh
Normal file
9
setproxy.sh
Normal file
@ -0,0 +1,9 @@
|
||||
# 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=
|
Loading…
x
Reference in New Issue
Block a user