From 1e06ccf9bee33cccecd2a932b4f268c8bf6dd11e Mon Sep 17 00:00:00 2001 From: kneutron <50146127+kneutron@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:47:13 -0600 Subject: [PATCH] Add files via upload --- setproxy.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 setproxy.sh 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=