diff --git a/setproxy.sh b/setproxy.sh new file mode 100644 index 0000000..c94b001 --- /dev/null +++ b/setproxy.sh @@ -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=