aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-11-03 11:55:58 +0000
committerterminaldweller <thabogre@gmail.com>2022-11-03 11:55:58 +0000
commita51fa36b56332d5557991021ad2fc55354eccfa3 (patch)
treebc1c4a50a98a23daf98bf60b59758bb1d9ce753f
parentupdate (diff)
downloadscripts-a51fa36b56332d5557991021ad2fc55354eccfa3.tar.gz
scripts-a51fa36b56332d5557991021ad2fc55354eccfa3.zip
update
-rw-r--r--.kshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.kshrc b/.kshrc
index 404afa8..ba360d2 100644
--- a/.kshrc
+++ b/.kshrc
@@ -91,3 +91,9 @@ export SHELL="ksh"
export PATH=$PATH:/home/devi/scripts/bin
export PATH=$PATH:/home/devi/bin
export GOPROXY=https://goproxy.io
+export HTTP_PROXY=socks5://127.0.0.1:9995
+export HTTPS_PROXY=socks5://127.0.0.1:9995
+export NO_PROXY=localhost,127.0.0.0/8,192.168.1.0/24,10.0.0.0/8,172.17.0.0/24
+export http_proxy=socks5://127.0.0.1:9995
+export https_proxy=socks5://127.0.0.1:9995
+export no_proxy=localhost,127.0.0.0/8,192.168.1.0/24,10.0.0.0/8,172.17.0.0/24