Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to add proxy to your command line linux

export http_proxy="http://proxypath.com:<port>"
export https_proxy="http://proxypath.com:<port>"

#example  
         export http_proxy="http://proxy.flagmaker.com:8080"
         export https_proxy="http://proxy.flagmaker.com:8080"
         
# use export for linux and set for windows      
 
PREVIOUS NEXT
Tagged: #add #proxy #command #line #linux
ADD COMMENT
Topic
Name
9+6 =