Skip to content

CosminBd/fast-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Fast squid proxy

This bash script helps you set up a Ubuntu/Debian HTTP proxy in seconds and set the proxy details as env variables as:

proxyAddress

proxyPort

proxyLogin

proxyPassword

You need to pass 2 parameters to stdin: your desired username and port.

Installation

git clone https://github.com/CosminBd/fast-proxy.git

Usage

. proxy.sh # execute with dot in the current shell otherwise it won't set env vars

Testing

curl -L http://ifconfig.me -x http://[username]:[password]@[hostname]:[port]

About

Setup an HTTP proxy in seconds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages