Skip to content

Commit

Permalink
generic ips
Browse files Browse the repository at this point in the history
  • Loading branch information
justunsix committed Feb 24, 2024
1 parent 96e8a4f commit ae7978f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shell-scripts/set_proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ clear

echo "Setting proxy to proxy_http and git config global proxy"

export http_proxy=http://204.40.130.129:3128
export https_proxy=http://204.40.120.129:3128
git config --global http.proxy http://204.40.130.129:3128
export http_proxy=http://1.1.1.4:4422
export https_proxy=http://1.1.1.4:4422
git config --global http.proxy http://1.1.1.4:4422

0 comments on commit ae7978f

Please sign in to comment.