An API built with bottle (https://bottlepy.org/docs/dev/) that allows servers to send a request to block particular IPs
Requirements:
- Python-3 and pip
- Install Python requirements
pip3 install -r requirements.txt - A MySQL DB
- Import schema from schema.sql
- Fill required information into config.ini
- Start server via
python3 API.py