Skip to content

justdoit0823/proxyserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy

This is a simple http proxy server.

Requirement

linux kernel version(>=2.5.44)(support epoll)

Usage

1. clone the repository to your machine

   git clone https://github.com/justdoit0823/proxyserver.git /yourworkpath

2. make the project

   make or make install

3. run the proxy server

   open a terminal and run /path/proxyserver -i 127.0.0.1 -p 8080 -f proxy.log

4. you can also see the usage run the common with -h or --help option

About

A simple http proxy server,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published