项目作者: VAIBHAV-2303

项目描述 :
Multithreaded proxy server
高级语言: Python
项目地址: git://github.com/VAIBHAV-2303/ProxyServer.git
创建时间: 2019-03-23T06:02:18Z
项目社区:https://github.com/VAIBHAV-2303/ProxyServer

开源协议:

下载


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

  1. bar@foo:~$ python server.py

Sites for testing

Author

  • Vaibhav Garg(Roll number: 20171005)
  • Akshay Goindani(Roll number: 20171108)