[add] MVP

This commit is contained in:
2022-09-16 15:35:23 -06:00
commit dc0f8dccaa
6 changed files with 44 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# Proxy
## Running the project
First create a list of live proxies
```bash
python3 scrape_proxies.py proxies.txt
```
Then run the mubeng instance through docker-compose
```bash
docker-compose up
```