An open API service indexing awesome lists of open source software.

https://github.com/gera2ld/aioproxy

A simple proxy server
https://github.com/gera2ld/aioproxy

Last synced: about 2 months ago
JSON representation

A simple proxy server

Awesome Lists containing this project

README

          

# gera2ld.aioproxy

[![PyPI](https://img.shields.io/pypi/v/gera2ld.aioproxy.svg)](https://pypi.org/project/gera2ld.aioproxy/)

A simple transparent proxy server implemented with pure Python.

Both HTTP proxy and SOCKS proxy are supported on the same port.

## Installation

```sh
$ pip3 install gera2ld.aioproxy
```

## Usage

```sh
$ aioproxy [-b :1086] [-x socks5://127.0.0.1:1080]
```