项目作者: VAIBHAV-2303
项目描述 :
Multithreaded proxy server
高级语言: Python
项目地址: git://github.com/VAIBHAV-2303/ProxyServer.git
Proxy Server
Description
This is a multi-threading HTTP proxy server developed using python3 and libraries like threading, sockets and signal.
Features
- Multiple clients
- Caching in case of too frequent requests
- Blocking based in a CIDR list(present in blacklist.txt)
- Basic Access Authentication
To Run
bar@foo:~$ python server.py
Sites for testing
Author
- Vaibhav Garg(Roll number: 20171005)
- Akshay Goindani(Roll number: 20171108)