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
- Host: GitHub
- URL: https://github.com/gera2ld/aioproxy
- Owner: gera2ld
- Created: 2018-09-12T02:34:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T02:00:01.000Z (about 5 years ago)
- Last Synced: 2026-05-12T00:32:04.374Z (2 months ago)
- Language: Python
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gera2ld.aioproxy
[](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]
```