Metadata-Version: 2.1
Name: lostproxy
Version: 0.1.1
Summary: A short description of your package
Author: Joseph
Author-email: josephdove@proton.me
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# LostProxy

LostProxy is a multi functional proxy for the HTTP, Socks4/4a and Socks5/5h protocols all in one port.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install lostproxy.

```bash
pip install lostproxy
```

## Usage

```bash
usage: lostproxy [-h] [-l LISTENER] [-u USER] [-p PASSWORD] [-a]

A multi functional proxy for HTTP, Socks4/4a and Socks5/5h all in one port.

options:
  -h, --help            show this help message and exit
  -l LISTENER, --listener LISTENER
                        Listening address, example: 0.0.0.0:8080
  -u USER, --user USER  (OPTIONAL) Username for auth, example: Jack
  -p PASSWORD, --password PASSWORD
                        (OPTIONAL) Password for auth, example: Password123
  -a, --allow_localhost
                        (OPTIONAL) Allows localhost and other internal IP ranges.
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
## License

[MIT](https://choosealicense.com/licenses/mit/)
