liangbaika / http-proxy-server

http proxy server(http/https)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:Java 87.4%Language:Shell 11.2%Language:Batchfile 1.4%