X Tutup
The Wayback Machine - https://web.archive.org/web/20201103012508/https://github.com/ffay/http-proxy-server
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

http-proxy-server

  • http
  • https

package

git clone https://github.com/ffay/http-proxy-server.git
cd http-proxy-server
mvn package
cd distribution/http-proxy-server-0.0.1-SNAPSHOT/
chmod -R 777 bin/
#run
./bin/startup.sh 

configuration

conf/config.properties

server.bind=0.0.0.0
server.port=18888

auth.enableBasic=true
auth.admin=password
auth.admin1=password
#auth.xxxx=xxxx

About

http proxy server(http/https)

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.
X Tutup