Skip to content

HYTYH/Proxy-for-Socks5-and-HTTP-Tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proxy-for-Socks5-and-HTTP-Tunnel

📕BUPT Course: Python Programming

a local proxy server that support SOCKS5 protocol and HTTP tunnel dual protocol, capable of communicate with the client (browser or LocalGUI) and the Remote module (Remote), and manages the local agent.

The Remote system to manage the user provides a server to verify this request sent out from local, return the corresponding information, forward local requested URL/download contents to external servers, and return the information from the external server to local. Through the SANIC REST interface, CRUD(create, read, update, delete) can be implemented for users management and flow control.


Requirements

  • Python version >= 3.6
  • sanic
  • aiosqlite
  • asyncio
  • websockets
  • PyQt5
  • struct

🖼Runtime Screenshot

running


✉Contact Us

Feel free to open an issue if you have any questions about our project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages