@@ -0,0 +1,19 @@
# IP WebApp
Una semplice webapp Flask che mostra:
- IP pubblico del visitatore
- Informazioni RIPE (ASN, holder, prefix)
## Build
```
docker build -t ip-webapp .
## Run
docker run --rm -p 8080:8000 ip-webapp
Visita: http://localhost:8080
The note is not visible to the blocked user.