diff options
author | terminaldweller <thabogre@gmail.com> | 2022-11-03 11:55:58 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-11-03 11:55:58 +0000 |
commit | a51fa36b56332d5557991021ad2fc55354eccfa3 (patch) | |
tree | bc1c4a50a98a23daf98bf60b59758bb1d9ce753f | |
parent | update (diff) | |
download | scripts-a51fa36b56332d5557991021ad2fc55354eccfa3.tar.gz scripts-a51fa36b56332d5557991021ad2fc55354eccfa3.zip |
update
-rw-r--r-- | .kshrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |