Skip to content

CC-MNNIT/proxy-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNNIT College internet proxy settings

In the below listed steps you can replace "172.31.102.29" with the proxy of your choice (based on speed/availability).

For Windows:

For Android:

Use any one of these and enter appropriate settings in them:

For GNU/Linux, permanent solution:

  • Enter proxy port info in System network settings, only web browsers will work. (not needed if you are using the following script).

    and;

  • Use these scripts. Read the README present at the link.

For Linux/Mac terminal, temporary solution:

Run these:

export http_proxy="http://edcguest:[email protected]:3128"
export https_proxy="http://edcguest:[email protected]:3128"
export ftp_proxy="http://edcguest:[email protected]:3128"

export HTTP_PROXY="http://edcguest:[email protected]:3128"
export HTTPS_PROXY="http://edcguest:[email protected]:3128"
export FTP_PROXY="http://edcguest:[email protected]:3128"

(Uppercases ones are optional, sometimes lowercases ones don't work). Read answers to this Stackoverflow question.

You can also add these 6 lines to your ~/.bashrc (or ~.zshrc if using zsh) or ~/.profile so that these are exported every time you open a terminal.

For MacOS:

Try this and this.

For Android Studio (Gradle):

Follow link.

For Git:

Follow link.

For NPM:

  • Applying Proxy:

    npm config set proxy http://edcguest:[email protected]:3128
    npm config set https-proxy http://edcguest:[email protected]:3128
  • Removing Proxy:

    npm config rm proxy
    npm config rm https-proxy

For Docker

Follow link.

List of proxies available:

List of proxies available


Have a suggestion? Create a GitHub issue or contact CC Coordinators!