Skip to content

A socket proxy using epoll implemented by python

Notifications You must be signed in to change notification settings

zhouchangxun/python_socket_proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A socket proxy using epoll implemented by python

Assign a proxy address(host, port) and a desitination address(host, port). Build a socket client and connect to proxy by tcp protocol. All the reqeusts client sends to proxy would be forward to desitination address. All the responses server sends to proxy would be forward to client.

About

A socket proxy using epoll implemented by python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published