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

https://github.com/vietanhdev/ifirewall

Implement a DDOS Protection Firewall for Flask server
https://github.com/vietanhdev/ifirewall

Last synced: 3 months ago
JSON representation

Implement a DDOS Protection Firewall for Flask server

Awesome Lists containing this project

README

          

# iWAF

Simple Web Application Firewall using Flask.

## Structure

- Web application firewall: `/iWAF`.
- Simple web server for demonstration: `/web_server`.

## Environment & Run

- Requirements:
+ docker
+ docker-compose

- Run iWAF server:

```
cd iWAF
docker-compose up
```

- Run web servers:

```
cd web_server
docker-compose up
```